Delete bml.sh.save
This commit is contained in:
parent
cdb40efea8
commit
5010514746
@ -1,20 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
source .env
|
||||
|
||||
BML_URL='https://www.bankofmaldives.com.mv/internetbanking/api'
|
||||
|
||||
curl -s -c /tmp/bmlcookie $BML_URL/login \
|
||||
--data-raw username=$BML_USERNAME \
|
||||
--data-raw password=$BML_PASSWORD \
|
||||
--compressed
|
||||
|
||||
curl -s -b /tmp/bmlcookie $BML_URL/profile
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user