Sha256: cba2dc4b89c48b83908840e0e86cdeb3cdbf5c4682bec96924474152f178cd14

Contents?: true

Size: 366 Bytes

Versions: 1

Compression:

Stored size: 366 Bytes

Contents

#!/usr/bin/env ruby
$LOAD_PATH.unshift File.join(File.dirname(__FILE__), '..', 'lib')

require 'igp'
require 'getoptions'

begin
  options = GetOptions.new(Igp::Shell::OPTIONS)
  Igp::Shell.new(options,ARGV).run
rescue Interrupt,NoMethodError
  $stderr.puts ""
rescue Exception => e
  $stderr.puts "That wasn't meant to happen! #{e.message}"
  Igp::Shell.usage
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
igp-0.0.3 bin/igp