#!/usr/bin/env ruby # Abort beautifully with ctrl+c. Signal.trap(:INT) { abort "\nAborting." } require 'termup' Termup::Cli.start