Skip to content

Instantly share code, notes, and snippets.

@niallsmart
Created February 20, 2011 18:34
Show Gist options
  • Save niallsmart/836182 to your computer and use it in GitHub Desktop.
Save niallsmart/836182 to your computer and use it in GitHub Desktop.
Growl on on the half hour
# cronjob to get a Growl notification every half hour.
#
# Get growl & growlnotify from http://growl.info/ then
# install this cronjob using "crontab -e"
#
0,30 * * * * /usr/local/bin/growlnotify -m "The time is now `date +\%H:\%M`" -a "iCal"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment