This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
#!/usr/bin/env bash
#--------------------------------------------
# shell 注释示例
# author:zp
# echo '这是单行注释'
########## 这是分割线 ##########
: << EOF
echo '这是多行注释'
EOF
# Execute: ./comment-demo.sh
# Output: null