diff --git a/runme.sh b/runme.sh index 1a8a95a..238736b 100755 --- a/runme.sh +++ b/runme.sh @@ -66,6 +66,12 @@ function checkRoot() { checkRoot +########################################################### +# Colors + +bash_red='\e[91m' +bash_color_default='\e[0m' + ########################################################### # Check for command dependencies