7 lines
139 B
Bash
7 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'
|
|
|