#!/usr/bin/env ruby require 'karo' begin Karo::CLI.start(ARGV) rescue SystemExit, Interrupt puts "Exiting" rescue Exception => e puts e end