1)单行注释:
#!/bin/bash #echo "Martin" echo "Martin" #echo "Martin"
2)多行注释:
#!/bin/bash :<<test echo "Martin" echo "Martin" test echo "Martin"