From b61e1c2ad3017b90bc4d0eec9670f77de33f725c Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Mon, 27 Sep 2010 14:32:36 +0200 Subject: [PATCH] Added autojump formula. Signed-off-by: Adam Vandenberg --- Formula/autojump.rb | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 Formula/autojump.rb diff --git a/Formula/autojump.rb b/Formula/autojump.rb new file mode 100644 index 00000000000..a4235b0fd43 --- /dev/null +++ b/Formula/autojump.rb @@ -0,0 +1,26 @@ +require 'formula' + +class Autojump "autojump" + end +end