20 lines
311 B
Markdown
20 lines
311 B
Markdown
# Bank of Maldives CLI written in bash
|
|
|
|
Under development, lots of things are broken. If possible, pr ascii art lmao.
|
|
|
|
## Requirements
|
|
`curl` `jq`
|
|
|
|
## known bugs
|
|
- colored texts do not work in termux
|
|
|
|
## Installation
|
|
```
|
|
git clone https://github.com/shihaamabr/bmlcli
|
|
|
|
cd bmlcli/
|
|
|
|
chmod +x bml.sh
|
|
./bml.sh
|
|
```
|