Skip to content

Instantly share code, notes, and snippets.

@bradfordcp
Created February 8, 2010 06:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bradfordcp/297935 to your computer and use it in GitHub Desktop.
Save bradfordcp/297935 to your computer and use it in GitHub Desktop.
Fortune growler
#! /usr/bin/ruby
require 'rubygems'
require 'ruby-growl'
msg = `/opt/local/bin/fortune`
g = Growl.new('localhost', 'Fortune Growler', ['Fortune'], nil, "GrowlP4ss");
g.notify 'Fortune', 'Fortune Growler', msg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment