From afd16e306576bfc87a46605d264ad9aa8977fa2b Mon Sep 17 00:00:00 2001 From: Adam Rabjerg Date: Tue, 18 Oct 2022 20:52:26 +0200 Subject: [PATCH] Improved prompt with numbers. --- rebuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebuild.sh b/rebuild.sh index 809bed8..0931a75 100755 --- a/rebuild.sh +++ b/rebuild.sh @@ -17,7 +17,7 @@ function build { } -echo -e "\nDo you want to continue?" +echo -e "\nWhat do you want to do? [1-4]" select yn in "Build" "Build and Upgrade" "Commit and push" "Exit"; do case $yn in Build ) build;;