Sha256: d349b5264ed1a6e5e5007a7f164c38595e938d68d2386ca10536e6a9ffb9c557
Contents?: true
Size: 357 Bytes
Versions: 2
Compression:
Stored size: 357 Bytes
Contents
#!/usr/bin/env ruby # hit Control + C to stop Signal.trap("INT") do warn " cancelled by user (INT)" exit 1 end path = __FILE__ while File.symlink?(path) path = File.expand_path(File.readlink(path), File.dirname(path)) end $:.unshift(File.join(File.dirname(File.expand_path(path)), '..', 'lib')) require 'inch' Inch::CLI::CommandParser.run(*ARGV)
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
inch-0.1.4 | bin/inch |
inch-0.1.3 | bin/inch |