Bash script for basic calc
The script starts with a "shebang" line - #!/bin/bash. That just tells the system to use the Bash shell to run this script.
We print out some fun messages, just to make the script more engaging. Lines like echo "Bash script is fun with @tws" are disp...
vivekchaudhary.hashnode.dev2 min read