Sha256: d8946ea9c1d994229f28935bbc7b5c658729a50e2359d81dc9f2bdb93ca4c2b1
Contents?: true
Size: 217 Bytes
Versions: 5
Compression:
Stored size: 217 Bytes
Contents
#!/usr/bin/env ruby require 'pathname' lib = (Pathname.new(__FILE__).realpath.dirname + '../lib').to_s $LOAD_PATH.unshift(lib) if File.directory?(lib) && !$LOAD_PATH.include?(lib) require 'pt' PT::CLI.start ARGV
Version data entries
5 entries across 5 versions & 2 rubygems
Version | Path |
---|---|
ipt-2.1.0 | bin/ipt |
ipt-1.0.1 | bin/ipt |
pt-0.10.0 | bin/pt |
ipt-1.0.0 | bin/ipt |
pt-0.9.0 | bin/pt |