Sha256: 1a09edc3c8265d4693d297f5ecfa779f4b05893a05074a70ded978ca8cd040bc

Contents?: true

Size: 307 Bytes

Versions: 4

Compression:

Stored size: 307 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
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
oxidized-0.26.3 bin/oxidized
oxidized-0.26.2 bin/oxidized
oxidized-0.26.1 bin/oxidized
oxidized-0.26.0 bin/oxidized