Created
February 20, 2017 23:55
-
-
Save vvzen/7127ae3fd56c3329b9f274ad23769087 to your computer and use it in GitHub Desktop.
A simple example of adding notifications to a cronjob
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
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