Sha256: e923f41c10ee710390c7cb3e16853e27b55be9e0d67e9cbfee122cbe77f49745

Contents?: true

Size: 272 Bytes

Versions: 1

Compression:

Stored size: 272 Bytes

Contents

#!/usr/bin/env ruby
bin_dir = File.dirname(File.realpath(__FILE__))
$LOAD_PATH.unshift(File.expand_path(File.join('..', 'lib'), bin_dir))

require 'upm'

tool = UPM::Tool.for_os
command, *args = ARGV

if command.nil?
  tool.help
else
  tool.call_command command, args
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
upm-0.1.0 bin/upm