Revert "- Testing is not for me" #14

Merged
shihaam merged 1 commits from revert-13-patch-5 into main 2021-04-28 14:15:02 +00:00

6
bml.sh
View File

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