Improved prompt with numbers.

This commit is contained in:
2022-10-18 20:52:26 +02:00
parent cf20b42a43
commit afd16e3065

View File

@@ -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;;