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 {
clear
cat <<"EOF"
__ _ _____ __
_| _| _ __ ___ _ _| | __ _ _ _|___ / |_ |_
(_) | | '_ ` _ \| | | | |/ _` | '__||_ \ | (_)
_ _ _| | | | | | | | |_| | | (_| | | ___) | | |_ _ _
(_|_|_) | |_| |_| |_|\__, |_|\__,_|_| |____/ | (_|_|_)
|__| |___/ |__|
__ ___ __ _____
/ |/ /_ __/ /___ _____|__ /
/ /|_/ / / / / / __ `/ ___//_ <
/ / / / /_/ / / /_/ / / ___/ /
/_/ /_/\__, /_/\__,_/_/ /____/
/____/
EOF
}