mirror of https://github.com/tteck/Proxmox.git
update ascii art for couch DB
This commit is contained in:
parent
686532aa7e
commit
4b2237089c
|
@ -8,16 +8,13 @@ source <(curl -s https://raw.githubusercontent.com/JamborJan/Proxmox/main/misc/b
|
|||
function header_info {
|
||||
clear
|
||||
cat <<"EOF"
|
||||
|
||||
╔═══╗ ╔╗ ╔═══╗ ╔╗ ╔═══╗╔══╗
|
||||
║╔═╗║ ║║ ║╔═╗║ ║║ ╚╗╔╗║║╔╗║
|
||||
║║ ║║╔══╗╔══╗ ╔══╗║╚═╗╔══╗ ║║ ╚╝╔══╗╔╗╔╗╔══╗║╚═╗ ║║║║║╚╝╚╗
|
||||
║╚═╝║║╔╗║╚ ╗║ ║╔═╝║╔╗║║╔╗║ ║║ ╔╗║╔╗║║║║║║╔═╝║╔╗║ ║║║║║╔═╗║
|
||||
║╔═╗║║╚╝║║╚╝╚╗║╚═╗║║║║║║═╣ ║╚═╝║║╚╝║║╚╝║║╚═╗║║║║╔╝╚╝║║╚═╝║
|
||||
╚╝ ╚╝║╔═╝╚═══╝╚══╝╚╝╚╝╚══╝ ╚═══╝╚══╝╚══╝╚══╝╚╝╚╝╚═══╝╚═══╝
|
||||
║║
|
||||
╚╝
|
||||
|
||||
___ __ ______ __ ____ ____
|
||||
/ | ____ ____ ______/ /_ ___ / ____/___ __ _______/ /_ / __ \/ __ )
|
||||
/ /| | / __ \/ __ `/ ___/ __ \/ _ \ / / / __ \/ / / / ___/ __ \/ / / / __ |
|
||||
/ ___ |/ /_/ / /_/ / /__/ / / / __/ / /___/ /_/ / /_/ / /__/ / / / /_/ / /_/ /
|
||||
/_/ |_/ .___/\__,_/\___/_/ /_/\___/ \____/\____/\__,_/\___/_/ /_/_____/_____/
|
||||
/_/
|
||||
|
||||
EOF
|
||||
}
|
||||
header_info
|
||||
|
|
Loading…
Reference in New Issue