bml-cli/bml.sh
2021-04-28 01:46:14 +05:00

16 lines
239 B
Bash
Executable File

#!/bin/bash
#Setting intial variables
BML_URL='https://www.bankofmaldives.com.mv/internetbanking/api'
COOKIE=/tmp/bmlcookie
#Setting terminal output colors
red=`tput setaf 1`
green=`tput setaf 2`
reset=`tput sgr0`
source password.sh