Commit 09af6d1c authored by Robert Schmidt's avatar Robert Schmidt

Remove unused color codes

parent a62bdf36
...@@ -54,14 +54,10 @@ fi ...@@ -54,14 +54,10 @@ fi
############################### ###############################
## echo and family ## echo and family
############################### ###############################
black='\E[30m'
red='\E[31m' red='\E[31m'
green='\E[32m' green='\E[32m'
yellow='\E[33m' yellow='\E[33m'
blue='\E[1;34m' blue='\E[1;34m'
magenta='\E[35m'
cyan='\E[36m'
white='\E[37m'
reset_color='\E[00m' reset_color='\E[00m'
COLORIZE=1 COLORIZE=1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment