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