blob: 30ef005294563aa730e4460e705f2e4171acac39 [file] [log] [blame]
Chirayu Desai39cb8782012-10-13 16:10:45 +05301#!/bin/bash
2# Common functions for CM otatools
3#
4# cdesai
5
6if [ ! "$BUILD_WITH_COLORS" = "0" ];
7then
8CL_RED="\033[31m"
9CL_GRN="\033[32m"
10CL_YLW="\033[33m"
11CL_BLU="\033[34m"
12CL_MAG="\033[35m"
13CL_CYN="\033[36m"
14CL_RST="\033[0m"
15fi