From 53abf07f9c66901535d33ac1ad8b35b78cf75e10 Mon Sep 17 00:00:00 2001 From: Kristo Copani Date: Thu, 28 Nov 2024 21:39:02 +0200 Subject: [PATCH] header_info try --- ct/thelounge.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/ct/thelounge.sh b/ct/thelounge.sh index 70475b03..81172155 100644 --- a/ct/thelounge.sh +++ b/ct/thelounge.sh @@ -4,16 +4,16 @@ source <(curl -s https://raw.githubusercontent.com/kristocopani/ProxmoxVE/build/ # Author: kristocopani # License: MIT # https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE + function header_info { clear cat <<"EOF" - ________ __ - /_ __/ /_ ___ / / ____ __ ______ ____ ____ - / / / __ \/ _ \ / / / __ \/ / / / __ \/ __ `/ _ \ - / / / / / / __/ / /___/ /_/ / /_/ / / / / /_/ / __/ -/_/ /_/ /_/\___/ /_____/\____/\__,_/_/ /_/\__, /\___/ - /____/ - + ______ __ _ __ _ ____ _ _______ + /_ __/__ _____/ /_ ____ (_) /_(_)_ ______ ___ / __ \/ | / / ___/ + / / / _ \/ ___/ __ \/ __ \/ / __/ / / / / __ __ \ / / / / |/ /\__ \ + / / / __/ /__/ / / / / / / / /_/ / /_/ / / / / / / / /_/ / /| /___/ / +/_/ \___/\___/_/ /_/_/ /_/_/\__/_/\__,_/_/ /_/ /_/ /_____/_/ |_//____/ + EOF } header_info