Growlme
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>
This commit is contained in:
parent
73b42027ec
commit
8adce61538
1 changed files with 10 additions and 0 deletions
10
Formula/growlme.rb
Normal file
10
Formula/growlme.rb
Normal 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
|
Loading…
Reference in a new issue