Files
nginx-proxy-manager/scripts/build_common.sh
2022-10-30 23:26:52 -06:00

8 lines
139 B
Bash

export BLUE='\E[1;34m'
export CYAN='\E[1;36m'
export GREEN='\E[1;32m'
export RED='\E[1;31m'
export RESET='\E[0m'
export YELLOW='\E[1;33m'