Update plex-v3.sh

This commit is contained in:
tteckster 2022-04-18 18:20:05 -04:00 committed by GitHub
parent 92ecf5a39d
commit ff86e9dc95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,13 +26,13 @@ while true; do
done
clear
function header_info {
echo -e "${BL}
_ _ _ _
| | ${YW}v3${CL}${BL} (_) | | | |
| |__ ___ _ __ ___ ___ __ _ ___ ___ _ ___| |_ __ _ _ __ | |_
| _ \ / _ \| _ _ \ / _ \/ _ / __/ __| / __| __/ _ | _ \| __|
| | | | (_) | | | | | | __/ (_| \__ \__ \ \__ \ || (_| | | | | |_
|_| |_|\___/|_| |_| |_|\___|\__,_|___/___/_|___/\__\__,_|_| |_|\__|
echo -e "${YW}
_____ _
| __ \| |
| |__) | | _____ __
| ___/| |/ _ \ \/ /
| | | | __/> <
|_| v3 |_|\___/_/\_\
${CL}"
}