Day 8 of 90DaysOfDevOps : Shell Scripting Challenge馃惂
Nov 11, 2024 路 2 min read 路 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 ...
AALI commented



