Files
bunnyrun/examples/application-example/bin/foobar

8 lines
176 B
Ruby
Executable File

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