1 2 3 4 5 6 7
#!/bin/sh if [ "$FAKE_DATE_OUTPUT" ] ; then echo "$FAKE_DATE_OUTPUT" else /bin/date "$@" fi