Sha256: 7b27f1c4587c6025c224ed8ebf8a111d2fea4f29bf42a1418cc399948ae955e3
Contents?: true
Size: 213 Bytes
Versions: 1
Compression:
Stored size: 213 Bytes
Contents
#!/usr/bin/env ruby $LOAD_PATH << ::File.expand_path('../lib', __FILE__) require 'proxy_tester' begin ProxyTester::Cli::Main.start rescue StandardError => e ProxyTester::Actions::HandleError.new(e).run end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
proxy_tester-0.0.1 | bin/proxy_tester |