#!/bin/bash echo before comment : <<‘END’ bla bla blurfl END echo after comment
From http://stackoverflow.com/questions/947897/block-comments-in-a-shell-script
#!/bin/bash echo before comment : <<‘END’ bla bla blurfl END echo after comment
From http://stackoverflow.com/questions/947897/block-comments-in-a-shell-script