Skip to content

Instantly share code, notes, and snippets.

@lsinger
Created August 1, 2012 19:01
Show Gist options
  • Save lsinger/3229815 to your computer and use it in GitHub Desktop.
Save lsinger/3229815 to your computer and use it in GitHub Desktop.
Send Mountain Lion notifications from Ruby
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