From 8b2db991e8662496d2bfada7ae6bb4c06d54e0b4 Mon Sep 17 00:00:00 2001 From: Rémi Prévost Date: Sun, 21 Feb 2010 11:49:29 -0500 Subject: 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 --- Library/Formula/growlme.rb | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Library/Formula/growlme.rb (limited to 'Library/Formula') diff --git a/Library/Formula/growlme.rb b/Library/Formula/growlme.rb new file mode 100644 index 000000000..14138dc6e --- /dev/null +++ b/Library/Formula/growlme.rb @@ -0,0 +1,10 @@ +require 'formula' + +class Growlme