From 440008d5b81fa7932c8d16a4c561014d1b9a9b1f Mon Sep 17 00:00:00 2001 From: Sthope Date: Sat, 16 Jul 2022 18:41:49 +0000 Subject: [PATCH] Update 'test.sh' --- test.sh | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/test.sh b/test.sh index 5514dda..b76f714 100644 --- a/test.sh +++ b/test.sh @@ -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"