This is a simple Bash script that calculates simple interest based on user input for principal, rate, and time.
-
Clone the repository:
git clone https://github.com/YOUR_USERNAME/simple-interest-calculator.git cd simple-interest-calculator -
Make the script executable:
chmod +x simple-interest.sh
-
Run the script:
./simple-interest.sh
This project is licensed under the Apache License 2.0.