Skip to content

Instantly share code, notes, and snippets.

@KanshuYokoo
Created March 31, 2018 08:22
Show Gist options
  • Save KanshuYokoo/8e908c2fee8555f71821292d54cac7f5 to your computer and use it in GitHub Desktop.
Save KanshuYokoo/8e908c2fee8555f71821292d54cac7f5 to your computer and use it in GitHub Desktop.
How to comment out multiple line on bash script
#!/bin/sh
echo bla
echo bla bla
echo bla bla bla
echo Before Comment out
:<< COMMENT
echo this is a comment
echo comment
echo Hello
COMMENT
echo After Comment out
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment