mirror of
https://github.com/albfan/bash-ini-parser.git
synced 2025-04-19 13:22:14 +03:00
13 lines
154 B
INI
13 lines
154 B
INI
;initial comment
|
|
[sec1]
|
|
var1=foo
|
|
var2=hoge
|
|
var3=hoge#bar
|
|
var4="#hello #bye #chao"
|
|
[sec2]
|
|
;another comment
|
|
#a comment
|
|
var2=foo
|
|
var4="123#456"
|
|
var5=234#456
|