switch funcs
This commit is contained in:
parent
99134217f4
commit
432fc70e6e
1281
misc/build.func
1281
misc/build.func
File diff suppressed because it is too large
Load Diff
@ -252,6 +252,18 @@ ssh_check() {
|
||||
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
|
||||
get_header() {
|
||||
local app_name=$(echo "${APP,,}" | tr -d ' ')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user