Sha256: 586a5fc8920db0d2bf8d1ed5a0aeec0985251d4a386213e2af83c0b6f7e9b979

Contents?: true

Size: 191 Bytes

Versions: 1

Compression:

Stored size: 191 Bytes

Contents

#!/usr/bin/env ruby
# frozen_string_literal: true

# Exit cleanly from an early interrupt
Signal.trap('INT') { exit 1 }

require 'hobgoblin'
require 'hobgoblin/cli'
Hobgoblin::CLI.start(ARGV)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hobgoblin-0.1.0 exe/hobgoblin