diff --git a/trunk.sh b/trunk.sh index c625f2bb..d96cc1cd 100644 --- a/trunk.sh +++ b/trunk.sh @@ -3,11 +3,12 @@ # Copyright (c) 2022 Alex313031 and Midzer. YEL='\033[1;33m' # Yellow +CYA='\033[1;96m' # Cyan RED='\033[1;31m' # Red GRE='\033[1;32m' # Green -c0=$'\033[0m' # Reset Text -bold=$'\033[1m' # Bold Text -underline=$'\033[4m' # Underline Text +c0='\033[0m' # Reset Text +bold='\033[1m' # Bold Text +underline='\033[4m' # Underline Text # Error handling yell() { echo "$0: $*" >&2; }