Tweaks & EOL's added

This commit is contained in:
Ismo Vuorinen
2023-03-27 09:51:41 +03:00
committed by Ismo Vuorinen
parent bb7ba3c919
commit fa3dc531a0
26 changed files with 70 additions and 79 deletions

View File

@@ -6,9 +6,9 @@
# -- Colors -- #
CLR_RED="\033[1;31m"
CLR_YELLOW='\033[1;33m'
CLR_YELLOW="\033[1;33m"
CLR_GREEN="\033[1;32m"
CLR_BLUE='\033[1;34m'
CLR_BLUE="\033[1;34m"
CLR_RESET="\033[0m"
# -- Helpers -- #
@@ -111,3 +111,4 @@ function fn_exists()
declare -f -F "$1" > /dev/null
return $?
}