From f7dd8eb9ca54db74b8b2012ff8e57400afcc9a83 Mon Sep 17 00:00:00 2001 From: Michael Hale Date: Thu, 3 Jun 2010 17:18:45 -0400 Subject: add psgrep formula Signed-off-by: Adam Vandenberg --- Library/Formula/psgrep.rb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Library/Formula/psgrep.rb (limited to 'Library/Formula') diff --git a/Library/Formula/psgrep.rb b/Library/Formula/psgrep.rb new file mode 100644 index 000000000..cba33c7a4 --- /dev/null +++ b/Library/Formula/psgrep.rb @@ -0,0 +1,13 @@ +require 'formula' + +class Psgrep