Sha256: f3e0aae8a179ac8b218e1674d6ba3946d1f88ba92fc12ba8a1879ba9f454a719
Contents?: true
Size: 308 Bytes
Versions: 3
Compression:
Stored size: 308 Bytes
Contents
#!/usr/bin/env ruby require 'magellan/log_funnel' begin ret = Magellan::LogFunnel.start(ARGV) exit(ret) rescue Magellan::LogFunnel::Error $stderr.puts("\e[31m#{$!.message}\e[0m") exit(1) rescue $stderr.puts("\e[31m[#{$!.class}] #{$!.message}\e[0m\n " << $!.backtrace.join("\n ")) exit(1) end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
magellan-log-funnel-1.2.0 | bin/magellan-log-funnel |
magellan-log-funnel-1.1.0 | bin/magellan-log-funnel |
magellan-log-funnel-1.0.0 | bin/magellan-log-funnel |