Add color to logging

This commit is contained in:
Salt 2018-10-10 16:44:00 -05:00
parent 62ba24c6c9
commit 417cdd228b

View File

@ -13,7 +13,7 @@ repo='git@gitlab.com:rehashedsalt/home.git'
## Define some functions
log() {
[ -z ${1+x} ] && return 1
printf "${name}: $1\n"
printf "\e[94m${name}\e[0m: $1\n"
}
validatedep() {