#!/usr/bin/ruby.ruby1.8 

$LOAD_PATH.unshift File.expand_path('../../lib', __FILE__)

require 'gitlab/cli'

Gitlab::CLI.start(ARGV)
