Sha256: bdff32a3fd3320e9a68a5c80a5f35fd1a699f92e6f21234beb4f988b8e41c218
Contents?: true
Size: 222 Bytes
Versions: 1
Compression:
Stored size: 222 Bytes
Contents
#!/usr/bin/env ruby require 'devinstall/cli' command = ARGV.shift unless %w"build install upload help version test".include? command puts "Unknown command #{command}" exit 1 end cli=Cli.new cli.send(command.to_sym)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
devinstall-0.2.3 | bin/pkg-tool |