commented.env 447 B

123456789101112131415
  1. # This is a comment
  2. CFOO=bar
  3. #CBAR=baz
  4. #CZOO=goo # a comment on a commented row
  5. CSPACED="with spaces" # this is a comment
  6. CQUOTES="a value with a # character" # this is a comment
  7. CQUOTESWITHQUOTE="a value with a # character & a quote \" character inside quotes" # " this is a comment
  8. EMPTY= # comment with empty variable
  9. EMPTY2=# comment with empty variable
  10. FOOO=foo# comment with no space
  11. BOOLEAN=yes # (yes, no)
  12. CNULL=
  13. ## this is a comment ##