Sha256: e679e9051f85fb267cae556baa156bafe44947b839a2e5c451438781766d7b99
Contents?: true
Size: 358 Bytes
Versions: 697
Compression:
Stored size: 358 Bytes
Contents
# use /bin/sh to run commands, no matter what /etc/passwd says SHELL=/bin/sh # mail any output to `paul', no matter whose crontab this is MAILTO=paul # # run five minutes after midnight, every day 5 0 * * * $HOME/bin/daily.job >> $HOME/tmp/out 2>&1 # run at 2:15pm on the first of every month -- output mailed to paul 15 14 1 * * $HOME/bin/monthly
Version data entries
697 entries across 697 versions & 1 rubygems