Skip to content

Instantly share code, notes, and snippets.

@doncote
Created October 3, 2012 22:59
Show Gist options
  • Save doncote/3830440 to your computer and use it in GitHub Desktop.
Save doncote/3830440 to your computer and use it in GitHub Desktop.
cron job to show growl notifications for commuter rail
16 17 * * 1-5 /usr/local/bin/growlnotify -m "25 minutes until the 5:41 train (express)"
35 17 * * 1-5 /usr/local/bin/growlnotify -m "25 minutes until the 6:01 train"
03 18 * * 1-5 /usr/local/bin/growlnotify -m "25 minutes until the 6:38 train"
59 18 * * 1-5 /usr/local/bin/growlnotify -m "25 minutes until the 7:24 train"
16 20 * * 1-5 /usr/local/bin/growlnotify -m "25 minutes until the 8:41 train"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment