Sha256: 565e597057ca95724fad89991d4c5f9d0574fb59fd1f2f736e2778af4c6a03a8

Contents?: true

Size: 215 Bytes

Versions: 9

Compression:

Stored size: 215 Bytes

Contents

#!/bin/env ruby
require 'h8'
require 'h8/command'

cmd = nil
begin
  cmd = H8::Command.new(*ARGV)
rescue Exception => e
  STDERR.puts "Error: #{e}\n\n#{e.backtrace.join("\n")}"
  STDERR.puts cmd.usage
  exit 10
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
h8-0.4.11 bin/h8
h8-0.4.10 bin/h8
h8-0.4.8 bin/h8
h8-0.4.5 bin/h8
h8-0.4.0 bin/h8
h8-0.3.0 bin/h8
h8-0.2.5 bin/h8
h8-0.2.4 bin/h8
h8-0.2.3 bin/h8