Skip to content

Instantly share code, notes, and snippets.

@ahoward
Created January 11, 2011 20:50
Show Gist options
  • Save ahoward/775116 to your computer and use it in GitHub Desktop.
Save ahoward/775116 to your computer and use it in GitHub Desktop.
my crontab
MAILTO=ara@dojo4.com
shush=/Users/ahoward/bin/shush
bashenv=/Users/ahoward/bin/bashenv
mp3scrape=/Users/ahoward/bin/mp3scrape
twimp3scrape=/Users/ahoward/bin/twimp3scrape
growltdf=/Users/ahoward/src/git/growltdf/bin/growltdf
rtmfocus=/Users/ahoward/bin/rtmfocus
signature=/Users/ahoward/bin/signature
relay_status_messages=/Users/ahoward/bin/relay_status_messages
# 0 4 * * * $bashenv $shush $twimp3scrape
# 1 5 * * * $bashenv $shush $mp3scrape http://www.speedofdark-web.com/blog/
# 1 10 * * * $bashenv $shush $mp3scrape http://www.dinlemeparki.com/?p=636
# 1 * * * * $bashenv $shush $growltdf >/dev/null 2>&1
### keep remember the milk priorities and due dates in 'all-day'
@hourly $bashenv $shush $rtmfocus
### update my gmail signature
@daily $bashenv $shush $signature
### fucking ports
@daily $bashenv $shush sudo port selfupdate
### relay status messages campfire <-> dojo mailing list
@hourly * * * * $bashenv $shush $ruby $relay_status_messages
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment