My First Bash Scripts: From Zero to Production-Quality
What a bash script is
Bash script is a box of commands that used to run multiple commands at a time.
The Shebang (#!/bin/bash)
This is the very first line of the script that determine the shell, and b
dharamin.hashnode.dev5 min read