mirror of
https://github.com/jimeh/bunnyrun.git
synced 2026-02-19 07:56:40 +00:00
8 lines
184 B
Ruby
Executable File
8 lines
184 B
Ruby
Executable File
#!/usr/bin/env ruby
|
|
# frozen_string_literal: true
|
|
|
|
$LOAD_PATH.unshift(File.expand_path('../../lib', File.realpath(__FILE__)))
|
|
require 'bunnyrun'
|
|
|
|
BunnyRun::Application.run(argv: ARGV)
|