Update bash_task_formatter/task_formatter.sh
This commit is contained in:
parent
ddafd23c9c
commit
ea07259f9e
1 changed files with 8 additions and 9 deletions
|
@ -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
|
Loading…
Reference in a new issue