diff --git a/bash_task_formatter/task_formatter.sh b/bash_task_formatter/task_formatter.sh index 81a6ab9..4b9d21e 100644 --- a/bash_task_formatter/task_formatter.sh +++ b/bash_task_formatter/task_formatter.sh @@ -28,14 +28,13 @@ 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 " " echo -e "${COLOR_YELLOW}\n" center_text "${script_name}" echo -e "\n" @@ -153,4 +152,4 @@ export -f print_header export -f format_output export -f format_output_with_input export -f final_message -export COLOR_RESET COLOR_BLUE COLOR_YELLOW COLOR_GREEN COLOR_RED CHECK_MARK CROSS_MARK +export COLOR_RESET COLOR_BLUE COLOR_YELLOW COLOR_GREEN COLOR_RED CHECK_MARK CROSS_MARK \ No newline at end of file