Sha256: 76d5fa5fe4273c5c32db431e740f36e079c73329a78b815fa766a00ae83184ff

Contents?: true

Size: 288 Bytes

Versions: 5

Compression:

Stored size: 288 Bytes

Contents

#!/bin/env ruby
#
#
require File.expand_path("#{File.dirname(__FILE__)}/../lib/h8")
require 'h8/command'

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
h8-0.5.5 bin/h8
h8-0.5.4 bin/h8
h8-0.5.2 bin/h8
h8-0.5.1 bin/h8
h8-0.5.0 bin/h8