From 2bc91fd69a3fa7e71d7df245cd07901afa0ed0a7 Mon Sep 17 00:00:00 2001 From: Steven Lumos Date: Thu, 19 Aug 2010 14:24:04 -0700 Subject: New formula: pdsh, Parallel Distributed Shell Signed-off-by: Adam Vandenberg --- Library/Formula/pdsh.rb | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Library/Formula/pdsh.rb (limited to 'Library') diff --git a/Library/Formula/pdsh.rb b/Library/Formula/pdsh.rb new file mode 100644 index 000000000..ca5025456 --- /dev/null +++ b/Library/Formula/pdsh.rb @@ -0,0 +1,19 @@ +require 'formula' + +class Pdsh