In case someone wants to use bin/runner directly

This commit is contained in:
brainopia
2012-01-08 10:15:23 +07:00
parent b561555f3a
commit 64bd4db128

View File

@@ -1,2 +1,2 @@
#!/usr/bin/env ruby
exec "#{ARGV.first} 2>&1"
exec "#{ARGV.join(' ')} 2>&1"