From 8eb75194e1e25f9a52426e40ae562127d3f790c3 Mon Sep 17 00:00:00 2001 From: bretello Date: Fri, 14 Feb 2020 16:37:39 +0100 Subject: [PATCH] Fix blue() coloring function --- functions.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/functions.sh b/functions.sh index 9990bec..04d4cd9 100755 --- a/functions.sh +++ b/functions.sh @@ -65,9 +65,9 @@ function green { echo -e "$Green$@$CLEAR" } - function blue - { - echo -e "$Blue@$CLEAR" +function blue +{ + echo -e "$Blue$@$CLEAR" } ## Flashes the screen until user presses a key