change ascii art

This commit is contained in:
Frank Alvarado 2024-06-10 23:21:36 -05:00
parent b4739ee3c3
commit ed77255127

View file

@ -8,12 +8,12 @@ source <(curl -s https://raw.githubusercontent.com/frank-alvarado/Proxmox/main/m
function header_info { function header_info {
clear clear
cat <<"EOF" cat <<"EOF"
__ _ _____ __ __ ___ __ _____
_| _| _ __ ___ _ _| | __ _ _ _|___ / |_ |_ / |/ /_ __/ /___ _____|__ /
(_) | | '_ ` _ \| | | | |/ _` | '__||_ \ | (_) / /|_/ / / / / / __ `/ ___//_ <
_ _ _| | | | | | | | |_| | | (_| | | ___) | | |_ _ _ / / / / /_/ / / /_/ / / ___/ /
(_|_|_) | |_| |_| |_|\__, |_|\__,_|_| |____/ | (_|_|_) /_/ /_/\__, /_/\__,_/_/ /____/
|__| |___/ |__| /____/
EOF EOF
} }