Sha256: b83fa6f27b26c035060b7b3f6040ff5002acc7bf798072d666b0bc13aa42b447
Contents?: true
Size: 311 Bytes
Versions: 14
Compression:
Stored size: 311 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
14 entries across 14 versions & 1 rubygems