Skip to content

Instantly share code, notes, and snippets.

@dpritchett
Created August 29, 2011 21:43
Show Gist options
  • Save dpritchett/1179490 to your computer and use it in GitHub Desktop.
Save dpritchett/1179490 to your computer and use it in GitHub Desktop.
Growl under Windows
#!/usr/bin/env ruby
require 'rubygems'
require 'ruby_gntp'
GNTP.notify({
:app_name => "CLI Alert",
:title => "CLI Alert",
:text => ARGV.join(' '),
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment