From 76e4d1c669d9e560353e86eafc0eb799fee40ffe Mon Sep 17 00:00:00 2001 From: dbr Date: Sat, 17 Oct 2009 01:53:59 +0100 Subject: Add autossh formula, with fixed rscreen command The rscreen command annoyingly overrides the escape key to ^z, which is fixed in a patch. The rest of the default settings should be fine for most people --- Library/Formula/autossh.rb | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 Library/Formula/autossh.rb (limited to 'Library') diff --git a/Library/Formula/autossh.rb b/Library/Formula/autossh.rb new file mode 100644 index 000000000..4c70d0410 --- /dev/null +++ b/Library/Formula/autossh.rb @@ -0,0 +1,30 @@ +require 'formula' + +class Autossh