Sha256: 0b1763be16744fcc205d66daaaee0c3af2542a78df5ec877c6c50e28f2efe43b

Contents?: true

Size: 214 Bytes

Versions: 18

Compression:

Stored size: 214 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::UI.new ARGV

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
pt-0.8.6 bin/pt
pt-0.8.5 bin/pt
pt-0.8.4 bin/pt
pt-0.8.3 bin/pt
pt-0.8.2 bin/pt
pt-0.8.0 bin/pt
pt-0.7.3 bin/pt
pt-0.7.2 bin/pt
pt-0.7.1 bin/pt
pt-0.7 bin/pt
pt-0.6.4 bin/pt
pt-0.6.3 bin/pt
pt-0.6.2 bin/pt
pt-0.6.1 bin/pt
pt-0.6.0 bin/pt
pt-0.5.8 bin/pt
pt-0.5.7 bin/pt
pt-0.5.6 bin/pt