Sha256: 7fe8e95557ad7217c571f558d22f589bcaa849e126f43c564844969ac6a09796

Contents?: true

Size: 236 Bytes

Versions: 1

Compression:

Stored size: 236 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=Devinstall::Cli.new
cli.send(command.to_sym)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
devinstall-0.2.5 bin/pkg-tool