Sha256: 04dae22fcb5cb97e2e9827c061513452dc70d76a5fd2949ac94ab78a8f9968d7

Contents?: true

Size: 248 Bytes

Versions: 17

Compression:

Stored size: 248 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}"
  raise if Oxidized::CFG.debug
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
oxidized-0.9.0 bin/oxidized
oxidized-0.8.1 bin/oxidized
oxidized-0.8.0 bin/oxidized
oxidized-0.7.2 bin/oxidized
oxidized-0.7.1 bin/oxidized
oxidized-0.7.0 bin/oxidized
oxidized-0.6.0 bin/oxidized
oxidized-0.5.0 bin/oxidized
oxidized-0.4.1 bin/oxidized
oxidized-0.4.0 bin/oxidized
oxidized-0.3.0 bin/oxidized
oxidized-0.2.4 bin/oxidized
oxidized-0.2.3 bin/oxidized
oxidized-0.2.2 bin/oxidized
oxidized-0.2.1 bin/oxidized
oxidized-0.2.0 bin/oxidized
oxidized-0.1.1 bin/oxidized