#!/usr/bin/ruby
$LOAD_PATH.unshift File.expand_path('../../lib', __FILE__)
require 'gitloc'
Gitloc.call(ARGV, $stdout, $stderr)
