Sha256: 502c82ad9dab762753e0217b7f01ee6860d29e479be376b89041a1ebe9f3fdfe
Contents?: true
Size: 291 Bytes
Versions: 1
Compression:
Stored size: 291 Bytes
Contents
#!/usr/bin/env ruby begin require "pathname" bin_file = Pathname.new(__FILE__).realpath $:.unshift File.expand_path("../lib", bin_file) require "rviki/cli" cli = RViki::Cli2.new cli.execute(*ARGV) rescue Interrupt `stty icanon echo` puts("\n ! Command cancelled.") end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rviki-0.0.2 | bin/rviki2 |