add yellow text colour
This commit is contained in:
parent
514e24664c
commit
81e0a6d91a
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user