#!/usr/bin/env ruby $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) require 'hooray' puts puts ' Hooray!' Hooray::CLI.start(ARGV)