No more sleep 0

This commit is contained in:
clsty
2026-05-29 13:46:40 +08:00
parent f5b2b7548d
commit 3cb611c04e
8 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ printf "\n"
pause
case $ask in
false) sleep 0 ;;
false) true ;;
*)
printf "${STY_BLUE}"
printf "${STY_BOLD}Do you want to confirm every time before a command executes?${STY_RST}\n"