From 5016147a754e48c03ca8683ccb12f29c9bb5ca33 Mon Sep 17 00:00:00 2001 From: Pekka Helenius Date: Tue, 22 May 2018 14:00:24 +0300 Subject: [PATCH] runme.sh: Add missing colors --- runme.sh | 6 ++++++ 1 file changed, 6 insertions(+) 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