#!/usr/bin/env ruby $LOAD_PATH.push File.expand_path("../../lib", __FILE__) require "get_to_work" GetToWork::CLI.start(ARGV)