From dd5e8b6a3c607a077b9924585e50724b3b79206f Mon Sep 17 00:00:00 2001 From: SleepingCrows Date: Fri, 12 May 2023 09:30:57 -0400 Subject: [PATCH] fa.sh - add proper exit command. --- fa.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fa.sh b/fa.sh index 12b0d92..5ac94a7 100644 --- a/fa.sh +++ b/fa.sh @@ -86,4 +86,5 @@ done [Nn]* ) ((repeat--)); echo "Ok, bye!";; * ) echo "Going for another round!"; i=0;; esac -done \ No newline at end of file +done +exit \ No newline at end of file