Clone
#!/usr/bin/env ruby

# needed if you launch it without bundler
$:.unshift(File.expand_path(File.dirname(__FILE__) + '/../lib'))
$:.unshift(File.expand_path(File.dirname(__FILE__) + '/../vendor'))

$stdout.sync = true

require 'locomotive/wagon'
require 'locomotive/wagon/cli'

Locomotive::Wagon::CLI::Main.start