Sha256: b182e529f4525bd3174985a425e7522fbf303ec6218f62aff9382498269fc926
Contents?: true
Size: 240 Bytes
Versions: 2
Compression:
Stored size: 240 Bytes
Contents
#!/usr/bin/env ruby # fix load path lib = File.expand_path('../../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'chkex' arg = ARGV.first if File.file?(arg) Chkex.run(arg) else Chkex.run_one(arg) end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
chkex-0.1.1 | exe/chkex |
chkex-0.1.0 | exe/chkex |