Is there a simple way to comment out a block of code in a shell script?
Use : ' to open and ' to close.
: '
'
For example:
: ' This is a very neat comment in bash '
This is from Vegas's example found here