reduce useless lines

This commit is contained in:
Shihaam Abdul Rahman 2021-05-08 15:13:29 +05:00
parent 1b56985ae6
commit 9dfb397391

3
bml.sh
View File

@ -10,8 +10,7 @@ BML_RESETPASS='https://www.bankofmaldives.com.mv/internetbanking/forgot_password
COOKIE=~/.cache/bml-cli/cookie
CREDENTIALS=~/.config/bml-cli/.env
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
cd $DIR
cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1
#Setting terminal output colors
red=`tput setaf 1`