Growlme is a simple command-line tool to execute a command in a subshell
and notify growl of success or failure.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Rémi Prévost 2010-02-21 11:49:29 -05:00 committed by Adam Vandenberg
parent 73b42027ec
commit 8adce61538
1 changed files with 10 additions and 0 deletions

10
Formula/growlme.rb Normal file
View File

@ -0,0 +1,10 @@
require 'formula'
class Growlme <Formula
head 'git://github.com/robey/growlme.git'
homepage 'http://github.com/robey/growlme'
def install
bin.install "growlme"
end
end