winlin

modify the colorful bash for osx.

@@ -4,11 +4,11 @@ @@ -4,11 +4,11 @@
4 ####################################### 4 #######################################
5 # color echo. 5 # color echo.
6 ####################################### 6 #######################################
7 -RED="\\e[31m"  
8 -GREEN="\\e[32m"  
9 -YELLOW="\\e[33m"  
10 -BLACK="\\e[0m"  
11 -POS="\\e[103G" 7 +RED="\\033[31m"
  8 +GREEN="\\033[32m"
  9 +YELLOW="\\033[33m"
  10 +BLACK="\\033[0m"
  11 +POS="\\033[103G"
12 12
13 # if need to log to file, change the log path. 13 # if need to log to file, change the log path.
14 if [[ ! $log ]]; then 14 if [[ ! $log ]]; then