You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CLI_Math is a very simple CLI calculator I made due to having issues with "expr". It only supports 2 number operations with basic arithmetics.
Usage
download the main file, put it in your home folder and run ```chmod +x calc``` then run ```sudo mv calc /usr/local/bin```
You're done! To do any operation just run ```calc x+y```