From 82a7e1012b98b8573811718d5b37366d297e6f8a Mon Sep 17 00:00:00 2001 From: Shihaam Abdul Rahman Date: Wed, 28 Apr 2021 19:15:19 +0500 Subject: [PATCH] Revert "- Update terminal colors" --- bml.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/bml.sh b/bml.sh index 09271d0..cf5b5eb 100755 --- a/bml.sh +++ b/bml.sh @@ -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