/Simple-Calculator

This repository contains a bash shell script to calculate the sum, difference, multiple, and division of two values stored in positional parameters. This script only outputs the above arithmetic for two arguments.

Primary LanguageShellThe UnlicenseUnlicense

Simple Calculator

This repository contains a bash shell script to calculate the sum, difference, multiple, and division of two values stored in positional parameters. Any set of comma separated values can be entered as inputs.