linux multiline commet

Shell
# if [[ $VAR -gt 10 ]]; then
#  echo "Variable is greater than 10."
# fi

Source

Also in Shell: