Merge pull request #15 from shihaamabr/revert-12-patch-4

Revert "- Update terminal colors"
This commit is contained in:
Shihaam Abdul Rahman 2021-04-28 19:15:39 +05:00 committed by GitHub
commit 560950398f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

7
bml.sh
View File

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