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