27 lines
356 B
Markdown
27 lines
356 B
Markdown
# Bank of Maldives CLI written in bash
|
|
|
|
## under dev
|
|
|
|
### can you pr ascii art lmao
|
|
|
|
- Requiments
|
|
`curl` `jq`
|
|
|
|
### known bugs
|
|
- colored texts do not work in termux
|
|
|
|
|
|
### 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
|
|
|
|
```
|