#!/usr/bin/env ruby begin require 'syrup' rescue LoadError require 'rubygems' require 'syrup' end a = Syrup::Application.new a.run ARGV