From 9d1fff3e5198ffeca4561da9d25c28a17d74d867 Mon Sep 17 00:00:00 2001 From: Mohamed Arham Date: Wed, 28 Apr 2021 18:38:54 +0500 Subject: [PATCH] - Testing is not for me --- bml.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bml.sh b/bml.sh index 09271d0..9bccf30 100755 --- a/bml.sh +++ b/bml.sh @@ -8,8 +8,8 @@ COOKIE=/tmp/bmlcookie CREDENTIALS=.env #Setting terminal output colors -red="\033[0;32m" -green="\033[0;31m" -reset="\033[0m" +red= `\033[0;32m` +green= `\033[0;31m` +reset= `\033[0m` source readpass.sh