bash-ini/example/config.ini
2024-05-31 22:14:53 +02:00

17 lines
264 B
INI

root_value = 420
[section.1]
first_value=3
second.value = "test"
third-value = 'another test'
[section-2]
new-value.mixed_joiners = "just works!"
another.value = no quotation marks required...
[section.1]
again = "sure!"
first_value="overwritten!"
[section-3]