mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-10-12 23:32:09 +00:00
8 lines
139 B
Bash
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'
|
|
|