1
0
Fork 0

add yellow text colour

This commit is contained in:
Asif Bacchus 2020-09-14 23:42:39 -06:00
parent 514e24664c
commit 81e0a6d91a
1 changed files with 2 additions and 0 deletions

View File

@ -23,12 +23,14 @@ if command -v tput > /dev/null; then
magenta=$(tput setaf 5)
norm=$(tput sgr0)
ok=$(tput setaf 2)
yellow=$(tput setaf 11)
else
cyan=''
err=''
magenta=''
norm=''
ok=''
yellow=''
fi