Sha256: 986aded0713eb54f951e5b24cd60c900c7fc2aa35ad1b21c52b9d2f06f38e6cc
Contents?: true
Size: 218 Bytes
Versions: 5
Compression:
Stored size: 218 Bytes
Contents
#!/usr/bin/env ruby # # A simplified wrapper to launch our application code mostly defined under the # lib_path = File.expand_path('../../lib', __FILE__) $LOAD_PATH.unshift(lib_path) require 'p4_util' P4Util::run ARGV
Version data entries
5 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
p4util-0.0.3 | ./bin/p4util |
p4util-0.0.3 | bin/p4util |
p4util-0.0.2 | ./bin/p4util |
p4util-0.0.2 | bin/p4util |
p4util-0.0.1 | ./bin/p4util |