Sha256: b0049c5ce6fcc9ca9cdb3ea7664e26b3f29383ced2ceb81b42e89e13f76bc80b
Contents?: true
Size: 317 Bytes
Versions: 4
Compression:
Stored size: 317 Bytes
Contents
#!/usr/bin/env ruby # FIX ME, killing oxidized needs -9 trap("INT") { exit } # sinatra will otherwise steal this from us begin require_relative '../lib/oxidized/cli' Oxidized::CLI.new.run rescue StandardError => error warn error.to_s debug = Oxidized.config.debug rescue true raise if debug exit 1 end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
oxidized-0.29.1 | bin/oxidized |
oxidized-0.29.0 | bin/oxidized |
oxidized-0.28.0 | bin/oxidized |
oxidized-0.27.0 | bin/oxidized |