1
0
Fork 0

remove unused colours

This commit is contained in:
Asif Bacchus 2020-09-14 23:53:46 -06:00
parent 809c04b4b3
commit 5478ac1565
1 changed files with 0 additions and 2 deletions

View File

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