Delete bml.sh.save

This commit is contained in:
Shihaam Abdul Rahman 2021-04-24 00:24:56 +05:00 committed by GitHub
parent cdb40efea8
commit 5010514746
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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