diff --git a/bml-bash/bml.sh.save b/bml-bash/bml.sh.save deleted file mode 100755 index df3606b..0000000 --- a/bml-bash/bml.sh.save +++ /dev/null @@ -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 - - - - - - - -