Revert "- Update terminal colors" #15

Merged
shihaam merged 1 commits from revert-12-patch-4 into main 2021-04-28 14:15:39 +00:00

7
bml.sh
View File

@ -8,8 +8,9 @@ COOKIE=/tmp/bmlcookie
CREDENTIALS=.env
#Setting terminal output colors
red="\033[0;32m"
green="\033[0;31m"
reset="\033[0m"
red=`tput setaf 1`
green=`tput setaf 2`
reset=`tput sgr0`
source readpass.sh