exe/hasmenu in hasmenu-0.1.5 vs exe/hasmenu in hasmenu-0.1.6
- old
+ new
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby
-require 'hasmenu'
+require "hasmenu"
trap "SIGINT" do
puts "\nExecution interrupted. Exiting.".colorize(:yellow)
exit 130
end
- old
+ new