bash shell script multiple line comment code example
Example: linux multiline commet
# if [[ $VAR -gt 10 ]]; then
# echo "Variable is greater than 10."
# fi
# if [[ $VAR -gt 10 ]]; then
# echo "Variable is greater than 10."
# fi