925753f
0f2fd97
@@ -2,4 +2,9 @@ require "xsay" +trap :SIGINT do + puts "Good bye!" + exit 0 +end + Xsay::CLI.start(ARGV)