Update 'test.sh'

This commit is contained in:
Sthope 2022-07-16 18:41:49 +00:00
parent 44bf07d5ce
commit 440008d5b8

22
test.sh
View File

@ -59,17 +59,17 @@ pushd $TEMP_DIR >/dev/null
# done
# clear
# function header_info {
# echo -e "${BL}
# _ _ ____ _____
# | | | | /\ / __ \ / ____|
# | |__| | / \ | | | | (___
# | __ | / /\ \| | | |\___ \
# | | | |/ ____ \ |__| |____) |
# |_| |_/_/ ${CL}${YW}v3${CL}${BL} \_\____/|_____/
# ${CL}"
# }
# header_info
function header_info {
echo -e "${BL}
_ _ ____ _____
| | | | /\ / __ \ / ____|
| |__| | / \ | | | | (___
| __ | / /\ \| | | |\___ \
| | | |/ ____ \ |__| |____) |
|_| |_/_/ ${CL}${YW}v3${CL}${BL} \_\____/|_____/
${CL}"
}
header_info
function msg_info() {
local msg="$1"