Sha256: 874d4408648ac4cfa86491a82cfc442316ff0febafd9bdb7abec440cb15b0337
Contents?: true
Size: 194 Bytes
Versions: 6
Compression:
Stored size: 194 Bytes
Contents
#!/usr/bin/env ruby trap("SIGINT") { exit! } require_relative "../lib/troo" begin puts Troo::CLI::Main.start(ARGV) rescue SocketError puts "Cannot continue, no network connection." end
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
troo-0.0.7 | bin/troo |
troo-0.0.6 | bin/troo |
troo-0.0.5 | bin/troo |
troo-0.0.4 | bin/troo |
troo-0.0.3 | bin/troo |
troo-0.0.2 | bin/troo |