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