Linux/シェルスクリプト/コメント

シェルスクリプトでは # シャープ記号をつけるとそれ以降がコメントとみなされる

# This is a comment
echo "hoge" # This si a comment