Sha256: 22671357594e289859256efd5eac657afeeaa0b21a3639d6a6d785189da8bf55
Contents?: true
Size: 385 Bytes
Versions: 16
Compression:
Stored size: 385 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 ::Sym::App::CLI.new(ARGV.dup).execute rescue Interrupt => e STDERR.flush STDERR.puts "Interrupt, #{e.message}, exiting." STDERR.flush end
Version data entries
16 entries across 16 versions & 1 rubygems