Day 8 Task: Shell Scripting Challenge
Task 1 - 3
In bash scripts, comments are used to add explanatory notes or disable certain lines of code. Your task is to create a bash script with comments explaining what the script does.
#!/bin/bash
# This script prints a greeting message to the u...
shubhamtiwari.hashnode.dev2 min read