Sha256: c68e87cc7fc2ac33b8846dbbd5ff346181f4a3cb2efa88a706dadaa914ea2d53

Contents?: true

Size: 145 Bytes

Versions: 2

Compression:

Stored size: 145 Bytes

Contents

#!/usr/bin/env ruby
# encoding: utf-8

require 'nv'

begin
  Nv::CLI.start(ARGV)
rescue SystemExit, Interrupt
rescue Exception => e
  puts e
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
nv-1.2.2 bin/nv
nv-1.2.1 bin/nv