Sha256: 944871d39ba5564ab4ac7cbd848d429487859fc198d740a9bf1b25899244c4a4
Contents?: true
Size: 217 Bytes
Versions: 26
Compression:
Stored size: 217 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 'p4util' P4Util::run ARGV
Version data entries
26 entries across 13 versions & 1 rubygems