Multiline comment hack in bash

Use : ' to open and ' to close:

: '
This is a
very cool multiline
comment in bash
'
to explain: : is shorthand for true and true does not process any parameters.
Manual page:
SYNOPSIS 
       true [ignored command line arguments]