BashBlaze-7-Days-of-Bash-Scripting-Challenge
DAY 1
Task 1: Comments
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
#SHEEBANG is the interpreter with the...
journeytodevops.hashnode.dev3 min read