Sha256: 827dcda4a5e1551bb3dfe727b9107a220e5c551652f7b4fff8f03d666a9dff79
Contents?: true
Size: 349 Bytes
Versions: 6
Compression:
Stored size: 349 Bytes
Contents
#!/usr/bin/env ruby lib = File.expand_path(File.dirname(__FILE__) + '/../lib') $LOAD_PATH.unshift(lib) if File.directory?(lib) && !$LOAD_PATH.include?(lib) require 'lorraine' require 'lorraine/command' Lorraine::CommandLine.start # # args = ARGV.dup # ARGV.clear # command = args.shift.strip rescue nil # # Lorraine::Command.run(command, args)
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
lorraine-0.0.7 | bin/lorraine |
lorraine-0.0.6 | bin/lorraine |
lorraine-0.0.5 | bin/lorraine |
lorraine-0.0.4 | bin/lorraine |
lorraine-0.0.3 | bin/lorraine |
lorraine-0.0.2 | bin/lorraine |