get value of comment in bash script code example
Example: bash comment
# This is a Bash comment.
echo "This is Code" # This is an inline Bash comment.
# This is a Bash comment.
echo "This is Code" # This is an inline Bash comment.