Sha256: f9f1d125ded416d1cf12fdcded873c1ad882abcc0348ee12efb23d756a76a4b5
Contents?: true
Size: 556 Bytes
Versions: 1
Compression:
Stored size: 556 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 #rescue Interrupt => e # ProxyTester::Actions::HandleError.new(e).run #rescue SignalException => e # exception = case e.signm # when 'SIGTERM' # ProxyTester::Exceptions::SIGTERM.new(e.message) # else # e # end # # ProxyTester::Actions::HandleError.new(exception).run #end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
proxy_tester-0.1.10 | bin/proxy_tester |