8 lines
160 B
Plaintext
Executable File
8 lines
160 B
Plaintext
Executable File
# $(pwd)/gpc.conf
|
|
|
|
# Colors and unicode symbols to be used
|
|
export red="\033[1;31m"
|
|
export green="\033[1;32m"
|
|
export blue="\033[1;34m"
|
|
export reset="\033[m"
|