-
Notifications
You must be signed in to change notification settings - Fork 1.8k
SC1127
koalaman edited this page Jan 18, 2018
·
1 revision
// 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.