Skip to content

Commit

Permalink
simple rip dispatcher
Browse files Browse the repository at this point in the history
  • Loading branch information
defunkt committed May 9, 2010
1 parent 019f3a0 commit bfbde32
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bin/rip
@@ -0,0 +1,5 @@
#!/usr/bin/env ruby
# rip2

command = ARGV.shift
exec "rip-#{command}", *ARGV

0 comments on commit bfbde32

Please sign in to comment.