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 CREDENTIALS=.env
#Setting terminal output colors #Setting terminal output colors
red="\033[0;32m" red=`tput setaf 1`
green="\033[0;31m" green=`tput setaf 2`
reset="\033[0m" reset=`tput sgr0`
source readpass.sh source readpass.sh