Skip to content

Instantly share code, notes, and snippets.

@fizx
Created October 3, 2009 20:32
Show Gist options
  • Select an option

  • Save fizx/200850 to your computer and use it in GitHub Desktop.

Select an option

Save fizx/200850 to your computer and use it in GitHub Desktop.
#!/usr/bin/env ruby
# Packaged as a gem, too.
# gem install fizx-remind
system *ARGV
status = $?
system "growlnotify", "-m", "#{ARGV.first} is finished", "remind"
exit status.to_i
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment