Update bash_task_formatter/task_formatter.sh
This commit is contained in:
parent
15d7215af1
commit
8b7c522c60
1 changed files with 12 additions and 7 deletions
|
@ -28,13 +28,18 @@ print_header() {
|
||||||
local script_link=$2
|
local script_link=$2
|
||||||
clear
|
clear
|
||||||
echo -e "${COLOR_GREEN}"
|
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"
|
echo -e "${COLOR_YELLOW}\n"
|
||||||
center_text "${script_name}"
|
center_text "${script_name}"
|
||||||
echo -e "\n"
|
echo -e "\n"
|
||||||
|
|
Loading…
Reference in a new issue