reduce useless lines
This commit is contained in:
parent
1b56985ae6
commit
9dfb397391
3
bml.sh
3
bml.sh
@ -10,8 +10,7 @@ BML_RESETPASS='https://www.bankofmaldives.com.mv/internetbanking/forgot_password
|
|||||||
COOKIE=~/.cache/bml-cli/cookie
|
COOKIE=~/.cache/bml-cli/cookie
|
||||||
CREDENTIALS=~/.config/bml-cli/.env
|
CREDENTIALS=~/.config/bml-cli/.env
|
||||||
|
|
||||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
|
cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1
|
||||||
cd $DIR
|
|
||||||
|
|
||||||
#Setting terminal output colors
|
#Setting terminal output colors
|
||||||
red=`tput setaf 1`
|
red=`tput setaf 1`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user