#!/usr/bin/env ruby trap('INT') do |status| exit! 128 + status end require 'unparser/cli' exit Unparser::CLI.run(ARGV)