Skip to content

Instantly share code, notes, and snippets.

@vvzen
Created February 20, 2017 23:55
Show Gist options
  • Save vvzen/7127ae3fd56c3329b9f274ad23769087 to your computer and use it in GitHub Desktop.
Save vvzen/7127ae3fd56c3329b9f274ad23769087 to your computer and use it in GitHub Desktop.
A simple example of adding notifications to a cronjob
osascript -e 'display notification "Starting uTorrent from crontab" with title "Launching uTorrent"' && open -a "uTorrent"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment