Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 919 Bytes

README.md

File metadata and controls

28 lines (24 loc) · 919 Bytes

BML-CLI

Bank Of Maldivces CLI client written in Bash.

photo_2021-04-28_14-59-35 This project is currently under development and a lot of things are broken.

Getting Started

Requirements

curl jq openssl perl

  • Termux users will need ncurses-utils additionally for terminal colors
  • Install with whatever package manager you use.
  • Make SURE all requirements are met before running script.

Installation - GIT (Recommended)

git clone https://github.com/shihaamabr/bml-cli
cd bml-cli
chmod +x bml-cli
./bml-cli

Installation - Systemwide (NOT Recommended, May not work on some distros)

curl -sSL https://install.bml-cli.shihaam.dev | sudo bash

Bugs