Created
August 1, 2012 19:01
-
-
Save lsinger/3229815 to your computer and use it in GitHub Desktop.
Send Mountain Lion notifications from Ruby
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
gem install terminal-notifier | |
ruby -e "require 'terminal-notifier'; TerminalNotifier.notify('Somebody set up us the bomb.', :group => 'Zero Wing')" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment