- Update terminal colors #12

Merged
phoenixatom merged 1 commits from patch-4 into main 2021-04-28 13:35:24 +00:00

7
bml.sh
View File

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