2021-04-25 14:59:31 +05:00
|
|
|
# Bank of Maldives CLI written in bash
|
|
|
|
|
2021-04-25 15:47:10 +05:00
|
|
|
## under dev, lots of things are broken.
|
2021-04-25 14:59:31 +05:00
|
|
|
|
|
|
|
### can you pr ascii art lmao
|
|
|
|
|
|
|
|
- Requiments
|
|
|
|
`curl` `jq`
|
2021-04-26 10:26:55 +05:00
|
|
|
Make sure you have both of them installed
|
|
|
|
`sudo apt install curl jq` on Ubuntu
|
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/
|
|
|
|
|
|
|
|
chmod +x bml.sh
|
|
|
|
./bml.sh
|
|
|
|
|
|
|
|
```
|
2021-04-26 10:26:55 +05:00
|
|
|
- Do NOT save password if password contain one of the following characters
|
|
|
|
` | ^ $ & ; : ( )`
|