Sha256: 197fd2bffb1e742e4a27a59409a4d0e7628c617731acbcd1aaf64d653fc8679f
Contents?: true
Size: 277 Bytes
Versions: 6
Compression:
Stored size: 277 Bytes
Contents
#!/usr/bin/env ruby # FIX ME, killing oxidized needs -9 trap("INT") { exit } # sinatra will otherwise steal this from us begin require 'oxidized/cli' Oxidized::CLI.new.run rescue => error warn "#{error}" debug = Oxidied.config.debug rescue true raise if debug end
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
oxidized-0.21.0 | bin/oxidized |
oxidized-0.20.0 | bin/oxidized |
oxidized-0.19.0 | bin/oxidized |
oxidized-0.18.0 | bin/oxidized |
oxidized-0.17.0 | bin/oxidized |
oxidized-0.16.3 | bin/oxidized |