Day 8 of 90DaysOfDevOps : Shell Scripting Challenge馃惂
Task 1: Adding Comments in Bash Scripts 馃摑 Comments are notes added in code to explain what each part does, making it easier for others (and yourself) to understand later. Comments in bash scripts start with a #. #!/bin/bash # This script greets the ...




