Sha256: f1bcb49ab25516ec8176af61e59780f91808c4746af0f8d45e6d94f6d75e1782
Contents?: true
Size: 221 Bytes
Versions: 4
Compression:
Stored size: 221 Bytes
Contents
#!/usr/bin/env ruby require 'topicz/application' begin Topicz::Application.new.run rescue Exception => e if e.message != 'exit' # There's probably a better way to do this... puts e.message exit -1 end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
topicz-0.3.0 | exe/topicz |
topicz-0.2.0 | exe/topicz |
topicz-0.1.1 | exe/topicz |
topicz-0.1.0 | exe/topicz |