Sha256: 339c1d529f841645005c1f0f2d05aa71aeab24fc8f68a4d8ca632986915df373
Contents?: true
Size: 215 Bytes
Versions: 21
Compression:
Stored size: 215 Bytes
Contents
#!/usr/bin/env ruby $:.unshift(File.expand_path(File.dirname(__FILE__) + '/../lib')) require 'relish/command' args = ARGV.dup ARGV.clear command = args.shift.strip rescue 'help' Relish::Command.run(command, args)
Version data entries
21 entries across 21 versions & 1 rubygems
Version | Path |
---|---|
relish-0.0.2 | bin/relish |