From 8b7c522c60eaa96da13bc7c2073af33b76c12fea Mon Sep 17 00:00:00 2001 From: hhf Date: Mon, 25 Nov 2024 16:57:09 +0530 Subject: [PATCH] Update bash_task_formatter/task_formatter.sh --- bash_task_formatter/task_formatter.sh | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/bash_task_formatter/task_formatter.sh b/bash_task_formatter/task_formatter.sh index 04c5867..5ae3596 100644 --- a/bash_task_formatter/task_formatter.sh +++ b/bash_task_formatter/task_formatter.sh @@ -28,13 +28,18 @@ print_header() { local script_link=$2 clear echo -e "${COLOR_GREEN}" - center_text " ______ _ ______ _ _ " - center_text "| ___ \ | | | ___| | | | | " - center_text "| |_/ / __ _ ___| |__ | |_ ___ _ __ _ __ ___ __ _| |_| |_ ___ _ __ " - center_text "| ___ \/ _\` / __| '_ \ | _/ _ \| '__| '_ \` _ \ / _\` | __| __/ _ \ '__|" - center_text "| |_/ / (_| \__ \ | | | | || (_) | | | | | | | | (_| | |_| || __/ | " - center_text "\____/ \__,_|___/_| |_| \_| \___/|_| |_| |_| |_|\__,_|\__|\__\___|_| " - center_text " " + center_text " _ _ _ _ ______ _____ _ _ " + center_text "| | | | | | | ____| __ \ | | | | " + center_text "| |__| | |__| | |__ | |__) |__ ___| |__ _ __ ___ | | ___ __ _ _ _" + center_text "| __ | __ | __| | ___/ _ \/ __| '_ \| '_ \ / _ \| |/ _ \ / _` | | | |" + center_text "| | | | | | | | | | | __/ (__| | | | | | | (_) | | (_) | (_| | |_| |" + center_text "|_| |_|_| |_|_| |_| \___|\___|_| |_|_| |_|\___/|_|\___/ \__, |\__, |" + center_text " __/ | __/ |" + center_text " |___/ |___/ " + center_text " " + echo -e "${COLOR_YELLOW}\n" + center_text "Please Vist https://forum.hhf.technology for more scripts to get it included" + echo -e "\n" echo -e "${COLOR_YELLOW}\n" center_text "${script_name}" echo -e "\n"