How to comment out code in a bash or shell script

Comments bash script 

 single line: 

# 

 multi line: 

/* 

*/

SNAPPED!

Comments

Popular posts from this blog

Append to a json file python

Setup Mailhog mail server on Ubuntu