Skip to content

Instantly share code, notes, and snippets.

@jeffrafter
Created October 27, 2011 19:19
Show Gist options
  • Select an option

  • Save jeffrafter/1320556 to your computer and use it in GitHub Desktop.

Select an option

Save jeffrafter/1320556 to your computer and use it in GitHub Desktop.
Goodbye growlnotify.
module Growl
def notify message = nil, options = {}, &block
`say "#{message}"`
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment