switch funcs

This commit is contained in:
CanbiZ 2025-11-17 10:45:28 +01:00
parent 99134217f4
commit 432fc70e6e
2 changed files with 648 additions and 649 deletions

File diff suppressed because it is too large Load Diff

View File

@ -252,6 +252,18 @@ ssh_check() {
fi fi
} }
# ------------------------------------------------------------------------------
# exit_script()
#
# - Called when user cancels an action
# - Clears screen and exits gracefully
# ------------------------------------------------------------------------------
exit_script() {
clear
echo -e "\n${CROSS}${RD}User exited script${CL}\n"
exit
}
# Function to download & save header files # Function to download & save header files
get_header() { get_header() {
local app_name=$(echo "${APP,,}" | tr -d ' ') local app_name=$(echo "${APP,,}" | tr -d ' ')