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
@@ -123,6 +123,6 @@ fi
# http://stackoverflow.com/questions/45125516
export MACHINE_ARCH=$(uname -m)
case "${MACHINE_ARCH}" in
"x86_64") sleep 0;;
"x86_64") true;;
*) print_os_group_id_functions+=(print_os_group_id_architecture);;
esac
+1 -1
View File
@@ -3,7 +3,7 @@
# shellcheck shell=bash
function try { "$@" || sleep 0; }
function try { "$@" || true; }
function v(){
echo -e "####################################################"
echo -e "${STY_BLUE}[$0]: Next command:${STY_RST}"