Merge pull request #15 from shihaamabr/revert-12-patch-4
Revert "- Update terminal colors"
This commit is contained in:
commit
560950398f
7
bml.sh
7
bml.sh
@ -8,8 +8,9 @@ COOKIE=/tmp/bmlcookie
|
|||||||
CREDENTIALS=.env
|
CREDENTIALS=.env
|
||||||
|
|
||||||
#Setting terminal output colors
|
#Setting terminal output colors
|
||||||
red="\033[0;32m"
|
red=`tput setaf 1`
|
||||||
green="\033[0;31m"
|
green=`tput setaf 2`
|
||||||
reset="\033[0m"
|
reset=`tput sgr0`
|
||||||
|
|
||||||
|
|
||||||
source readpass.sh
|
source readpass.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user