bml-cli/bml.sh
Mohamed Arham 5844e8c712
- Update terminal colors
- Fixes color break in Termux
2021-04-28 18:33:24 +05:00

16 lines
249 B
Bash
Executable File

#!/bin/bash
#Setting intial variables
BML_URL='https://www.bankofmaldives.com.mv/internetbanking/api'
COOKIE=/tmp/bmlcookie
CREDENTIALS=.env
#Setting terminal output colors
red="\033[0;32m"
green="\033[0;31m"
reset="\033[0m"
source readpass.sh