From 37dd429a062e0e9d72547ca90a92b47ec0d44fef Mon Sep 17 00:00:00 2001 From: watsonian Date: Tue, 5 Jan 2010 00:39:07 -0800 Subject: Add fsh 1.2 formula (fast remote command execution). Signed-off-by: Adam Vandenberg Use "#!/usr/bin/env python" to find interpreter. --- Library/Formula/fsh.rb | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Library/Formula/fsh.rb (limited to 'Library/Formula') diff --git a/Library/Formula/fsh.rb b/Library/Formula/fsh.rb new file mode 100644 index 000000000..ce8678c66 --- /dev/null +++ b/Library/Formula/fsh.rb @@ -0,0 +1,21 @@ +require 'formula' + +class Fsh