This is a simple bash script that performs basic arithmetic operations. It prompts the user to enter two numbers and then offers options to add, subtract, multiply, or divide them.
-
Clone the repository:
git clone https://github.com/your-username/bash-calculator.git
-
Navigate to the repository directory:
cd bash-calculator
-
Run the script:
bash calculator.sh
-
Follow the prompts and choose the desired arithmetic operation.