Shihaam Abdul Rahman 1a0712ec36
Added Installation
2021-04-26 10:36:12 +05:00
2021-04-25 17:53:02 +05:00
2021-04-25 22:50:50 +05:00
2021-04-25 22:50:50 +05:00
2021-04-26 10:36:12 +05:00

Bank of Maldives CLI written in bash

under dev, lots of things are broken.

can you pr ascii art lmao

  • Requiments curl jq
    Make sure you have both of them installed
    sudo apt install curl jq on Ubuntu

known bugs

  • colored texts do not work in termux
git clone https://github.com/shihaamabr/bmlcli

cd bmlcli/

chmod +x bml.sh
./bml.sh

curl -sL "https://raw.githubusercontent.com/shihaamabr/bmlcli/main/bml.sh" | sudo tee /usr/bin/bml-cli >/dev/null && sudo chmod 755 /usr/bin/bml-cli

  • Do NOT save password if password contain one of the following characters | ^ $ & ; : ( )
Description
No description provided
Readme 293 KiB
Languages
Shell 100%