Merge pull request #12 from phoenixatom/patch-4

- Update terminal colors
This commit is contained in:
Shihaam Abdul Rahman 2021-04-28 18:35:24 +05:00 committed by GitHub
commit 28ebc3e170
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

7
bml.sh
View File

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