Sha256: 32144798fdac22b0592e8be21d5849b838826edd754d6c7d4cf98353f4ecd67f
Contents?: true
Size: 312 Bytes
Versions: 31
Compression:
Stored size: 312 Bytes
Contents
#!/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
Version data entries
31 entries across 31 versions & 1 rubygems