Skip to content
Snippets Groups Projects
Commit 09af6d1c authored by Robert Schmidt's avatar Robert Schmidt
Browse files

Remove unused color codes

parent a62bdf36
No related branches found
No related tags found
2 merge requests!2403Integration Branch 2023.w42,!2399build_oai: Auto-detect if terminal supports colors
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment