Merge pull request #13 from phoenixatom/patch-5

- Testing is not for me
This commit is contained in:
Shihaam Abdul Rahman
2021-04-28 18:41:21 +05:00
committed by GitHub

6
bml.sh
View File

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