Sha256: ef73a63647209f802d4bfb0ef3ffa89b8de76aef2b11ab9080eaa243bd25c99f

Contents?: true

Size: 250 Bytes

Versions: 15

Compression:

Stored size: 250 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.config.debug
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
oxidized-0.16.2 bin/oxidized
oxidized-0.16.1 bin/oxidized
oxidized-0.16.0 bin/oxidized
oxidized-0.15.0 bin/oxidized
oxidized-0.14.3 bin/oxidized
oxidized-0.14.2 bin/oxidized
oxidized-0.14.1 bin/oxidized
oxidized-0.14.0 bin/oxidized
oxidized-0.13.1 bin/oxidized
oxidized-0.13.0 bin/oxidized
oxidized-0.12.2 bin/oxidized
oxidized-0.12.1 bin/oxidized
oxidized-0.12.0 bin/oxidized
oxidized-0.11.0 bin/oxidized
oxidized-0.10.0 bin/oxidized