Most variables were unused, and even more than that, it could cause
collisions as the variable named "HELP" was defined in some functions,
changing the value of the currently removed variable.
-ERR=0
-WARN=1
-INFO=2
-SUCS=3
-HELP=4
-
# Function to expand enviornment variables in string
# https://stackoverflow.com/a/20316582/11110290
apply_shell_expansion() {
# Function to expand enviornment variables in string
# https://stackoverflow.com/a/20316582/11110290
apply_shell_expansion() {