how to show comments in shell scripts code example
Example: bash comment
# This is a Bash comment.
echo "This is Code" # This is an inline Bash comment.
# This is a Bash comment.
echo "This is Code" # This is an inline Bash comment.