Gitiles
Code Review
Sign In
review.gerrithub.io
/
Black-Prince
/
vendor_xenonhd
/
ae105f3c56d6df82a9cecc8f2d379ce6c6da0945
/
.
/
tools
/
colors
blob: 6bfa58f7febd5043aed5b5582e3d1b6d6e844607 [
file
] [
log
] [
blame
]
#!/bin/bash
if
[
!
"$BUILD_WITH_COLORS"
=
"0"
];
then
CL_RED
=
"\033[31m"
CL_GRN
=
"\033[32m"
CL_YLW
=
"\033[33m"
CL_BLU
=
"\033[34m"
CL_MAG
=
"\033[35m"
CL_CYN
=
"\033[36m"
CL_RST
=
"\033[0m"
fi