From e90025c7ea43f123e283bffc05b9012aae4d4942 Mon Sep 17 00:00:00 2001 From: mmattmcw Date: Tue, 10 Aug 2021 18:42:51 -0400 Subject: [PATCH] Add a helpful log statement --- loop.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/loop.sh b/loop.sh index 73314e2..9c1163d 100644 --- a/loop.sh +++ b/loop.sh @@ -11,6 +11,7 @@ ax "${number}" rm -f "${number}" bash position.sh reset +echo "Are you ready to continue? (yes/no)" read input if [ "$input" != "n" ] && [ "$input" != "no" ] then