#!/usr/bin/env ruby # encoding: utf-8 require 'nv' begin Nv::CLI.start(ARGV) rescue SystemExit, Interrupt rescue Exception => e puts e end