Sha256: d13995da6054298e0abfb36424e448033bc8000084b4328a46be2fc16385798d

Contents?: true

Size: 399 Bytes

Versions: 5

Compression:

Stored size: 399 Bytes

Contents

#!/usr/bin/env ruby

lib_path = File.expand_path(File.dirname(__FILE__) + '/../lib')
$LOAD_PATH << lib_path if File.exist?(lib_path) && !$LOAD_PATH.include?(lib_path)

require 'sym'
require 'sym/app'

#ARGV.any?{ |a| a =~ /^-/ } ?
begin
  exit ::Sym::App::CLI.new(ARGV.dup).execute
rescue Interrupt => e
  STDERR.flush
  STDERR.puts "Interrupt, #{e.message}, exiting."
  STDERR.flush
  exit 1
end


Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
sym-2.8.5 exe/sym
sym-2.8.4 exe/sym
sym-2.8.2 exe/sym
sym-2.8.1 exe/sym
sym-2.8.0 exe/sym