Sha256: 4a5790ebee90dc805cd245ddc9e48abe33f65f9ab33e8fa59836274219fad232
Contents?: true
Size: 359 Bytes
Versions: 1
Compression:
Stored size: 359 Bytes
Contents
#!/usr/bin/env ruby project_dir = File.expand_path(File.join(File.dirname(__FILE__), '..')) $LOAD_PATH.unshift File.join(project_dir, 'lib') require 'tunnelss' unless ARGV.size == 0 || ARGV.size == 2 puts <<-D Usage: tunnelss [from to] Examples: tunnelss 443 3000 tunnelss localhost:443 localhost:3000 D exit! end Tunnelss.run!(*ARGV)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tunnelss-0.1.3 | script/run |