2021-04-25 14:59:31 +05:00
|
|
|
# Bank of Maldives CLI written in bash
|
|
|
|
|
|
|
|
## under dev
|
|
|
|
|
|
|
|
### can you pr ascii art lmao
|
|
|
|
|
|
|
|
- Requiments
|
|
|
|
`curl` `jq`
|
2021-04-25 15:24:44 +05:00
|
|
|
|
|
|
|
### known bugs
|
|
|
|
- colored texts do not work in termux
|
2021-04-25 15:46:14 +05:00
|
|
|
|
|
|
|
|
|
|
|
### Installation
|
|
|
|
```
|
|
|
|
git clone https://github.com/shihaamabr/bmlcli
|
|
|
|
|
|
|
|
cd bmlcli/
|
|
|
|
|
|
|
|
echo "BML_USERNAME=xxxxxxxxx" > .env
|
|
|
|
echo "BML_PASSWORD=yyyyyyyyyy" >> .env
|
|
|
|
|
|
|
|
chmod +x bml.sh
|
|
|
|
./bml.sh
|
|
|
|
|
|
|
|
```
|