#!/usr/bin/ruby1.9.1

require File.expand_path('/usr/lib/ruby/vendor_ruby/cli', __FILE__)

VMC::Cli::Runner.run(ARGV.dup)

