From a93f272aafaa5317b61e23367c11346f2974ddb6 Mon Sep 17 00:00:00 2001 From: Joe Cooper Date: Thu, 14 Sep 2017 01:08:53 -0500 Subject: [PATCH] Less chatty --- slib.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/slib.sh b/slib.sh index a54c7e8..faea550 100644 --- a/slib.sh +++ b/slib.sh @@ -19,7 +19,6 @@ cleanup () { tput rc tput cnorm echo - echo "Exiting." return 1 } # This tries to catch any exit, whether normal or forced (e.g. Ctrl-C)