Day 8 Task: Shell Scripting Challenge
Task 1: Comments ๐ฌ
Create a bash script named comments.sh to demonstrate how comments work in bash scripts. ๐ฅ๏ธ
#!/bin/bash
# This script demonstrates the use of comments in bash scripts
# The following line prints a welcome message
echo "Welcome t...
day-1-of-90daysofdevops.hashnode.dev2 min read