12 lines
315 B
Bash
12 lines
315 B
Bash
# This is a comment
|
|
CFOO=bar
|
|
#CBAR=baz
|
|
#CZOO=goo # a comment on a commented row
|
|
CSPACED=with spaces # this is a comment
|
|
CQUOTES="a value with a # character" # this is a comment
|
|
CQUOTESWITHQUOTE="a value with a # character & a quote \" character inside quotes" # " this is a comment
|
|
|
|
CNULL=
|
|
|
|
## this is a comment ##
|