We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
#
// This is a comment. /* This too. */
# This is a comment. # This too.
ShellCheck found what appears to be a C-style comment, a line starting with // or /*.
//
/*
In Bourne based shell scripts, the comment character is #
None.