Created
October 3, 2012 22:59
-
-
Save doncote/3830440 to your computer and use it in GitHub Desktop.
cron job to show growl notifications for commuter rail
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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