Sha256: a594cd9414db31c844d6571ed6f47a823080bc4a44c6943f65c46db80f8b83c0
Contents?: true
Size: 474 Bytes
Versions: 59
Compression:
Stored size: 474 Bytes
Contents
#!/usr/bin/env ruby # If we're loading from source instead of a gem, rubygems # isn't setting load paths for us, so we need to set it ourselves self_load_path = File.expand_path("../lib", File.dirname(__FILE__)) unless $LOAD_PATH.include? self_load_path $LOAD_PATH << self_load_path end require 'traject/command_line' cmdline = Traject::CommandLine.new(ARGV) result = cmdline.execute exit 1 unless result # non-zero exit status on process telling us there's problems.
Version data entries
59 entries across 59 versions & 1 rubygems