Sha256: 56c0318bf8611e3eef3c92216f45f72aebcc97d67b3c8425e791bc1594ea7359

Contents?: true

Size: 352 Bytes

Versions: 2

Compression:

Stored size: 352 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
  $stderr.puts ""
rescue Exception => e
  $stderr.puts "That wasn't meant to happen! #{e.message}"
  Igp::Shell.usage
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
igp-0.0.2 bin/igp
igp-0.0.1 bin/igp