Files
bunnyrun/examples/application-example/bin/foobar
2017-10-24 01:10:51 +01:00

9 lines
199 B
Ruby
Executable File

#!/usr/bin/env ruby
# frozen_string_literal: true
$LOAD_PATH.unshift(File.expand_path('../../lib', File.realpath(__FILE__)))
require 'bunnyrun'
require 'foobar'
Foobar::Application.run(argv: ARGV)