Revert "- Update terminal colors"

This commit is contained in:
Shihaam Abdul Rahman 2021-04-28 19:15:19 +05:00 committed by GitHub
parent 761cc91fd9
commit 82a7e1012b
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