Sha256: 53b76bfdc4ef8bfb79a1d7831c5acc5714402c3733c43086270157c85aa1eebe
Contents?: true
Size: 216 Bytes
Versions: 3
Compression:
Stored size: 216 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 'ptt' PTT::UI.new ARGV
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ptt-1.0.3 | bin/ptt |
ptt-1.0.2 | bin/ptt |
ptt-1.0.1 | bin/ptt |