- Update terminal colors #12
7
bml.sh
7
bml.sh
@ -8,9 +8,8 @@ COOKIE=/tmp/bmlcookie
|
|||||||
CREDENTIALS=.env
|
CREDENTIALS=.env
|
||||||
|
|
||||||
#Setting terminal output colors
|
#Setting terminal output colors
|
||||||
red=`tput setaf 1`
|
red="\033[0;32m"
|
||||||
green=`tput setaf 2`
|
green="\033[0;31m"
|
||||||
reset=`tput sgr0`
|
reset="\033[0m"
|
||||||
|
|
||||||
|
|
||||||
source readpass.sh
|
source readpass.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user