commenting out a block of bash code

#!/bin/bash
:  << COMMENTBLOCK
  echo "This line will not echo because the Bash interpreter will ignore it."
COMMENTBLOCK

Leave a comment

Your comment