#! /usr/bin/env ruby git_path = File.expand_path('../../.git', __FILE__) $:.unshift(File.expand_path('../../lib', __FILE__)) if File.exist?(git_path) require 'cartage/command' exit Cartage.run(ARGV)