Merge pull request #14 from shihaamabr/revert-13-patch-5

Revert "- Testing is not for me"
This commit is contained in:
Shihaam Abdul Rahman 2021-04-28 19:15:02 +05:00 committed by GitHub
commit 761cc91fd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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