blob: 6bfa58f7febd5043aed5b5582e3d1b6d6e844607 [file] [log] [blame]
iceandfiree8be7a52013-01-27 23:10:05 +05301#!/bin/bash
2
3if [ ! "$BUILD_WITH_COLORS" = "0" ]; then
4 CL_RED="\033[31m"
5 CL_GRN="\033[32m"
6 CL_YLW="\033[33m"
7 CL_BLU="\033[34m"
8 CL_MAG="\033[35m"
9 CL_CYN="\033[36m"
10 CL_RST="\033[0m"
11fi