single line comment in shell script

Shell
# This is a Bash Single Line Comment.
echo "This is Code" # This is an inline Bash comment.
Source

Also in Shell: