mirror of
https://github.com/joho/godotenv.git
synced 2025-06-24 12:26:02 +00:00
5 lines
60 B
Bash
5 lines
60 B
Bash
# Full line comment
|
|
foo=bar # baz
|
|
bar=foo#baz
|
|
baz="foo"#bar
|