Skip to content

Instantly share code, notes, and snippets.

@hornbeck
Created November 14, 2008 04:22
Show Gist options
  • Save hornbeck/24784 to your computer and use it in GitHub Desktop.
Save hornbeck/24784 to your computer and use it in GitHub Desktop.
def growl(message)
`growlnotify -m #{message}`
end
foo = ARGV[0]
if foo == "Hello John"
growl "Ruby" + foo
else
growl "Ruby You are not John"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment