#!/usr/bin/env ruby if ARGV[0] == "console" require File.expand_path('app/boot', Dir.pwd) require 'irb' ARGV.clear IRB.start(Sharp.root) else $stderr.puts "Unknown command" exit 1 end