mirror of
https://github.com/jimeh/bunnyrun.git
synced 2026-02-19 07:56:40 +00:00
Initial commit
This commit is contained in:
5
exe/bunnyrun
Executable file
5
exe/bunnyrun
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env ruby
|
||||
$LOAD_PATH.unshift(File.expand_path('../../lib', File.realpath(__FILE__)))
|
||||
require 'bunnyrun'
|
||||
|
||||
BunnyRun::CLI.run(ARGV)
|
||||
Reference in New Issue
Block a user