This commit is contained in:
Heavybullets8 2022-07-26 18:18:20 -06:00
parent 61a591f023
commit 5a325d210a
2 changed files with 1 additions and 3 deletions

View File

@ -179,7 +179,7 @@ menu(){
exit
;;
*)
echo "That was not an option, please try again" && sleep 5
echo "That was not an option, please try again" && sleep 5 && menu
;;
esac
echo

View File

@ -32,8 +32,6 @@ for proc in "${processes[@]}"
do
wait "$proc"
done
}
export -f commander