From bfbde322b373e72e827787bf1adcddec7af4b9d0 Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Mon, 10 May 2010 02:23:27 +0300 Subject: [PATCH] simple `rip` dispatcher --- bin/rip | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 bin/rip diff --git a/bin/rip b/bin/rip new file mode 100755 index 0000000..0ac254a --- /dev/null +++ b/bin/rip @@ -0,0 +1,5 @@ +#!/usr/bin/env ruby +# rip2 + +command = ARGV.shift +exec "rip-#{command}", *ARGV