You've already forked bash-ini-parser
mirror of
https://github.com/albfan/bash-ini-parser.git
synced 2025-09-17 10:42:10 +03:00
bash-ini-parser do not support all the valid chars ini key files support. Allow to replace them with valid ones using an external function defined with REPLACE_FUNCTION
10 lines
111 B
INI
10 lines
111 B
INI
[sec1]
|
|
var-1=foo
|
|
var2=hoge
|
|
var3=hoge#bar
|
|
var4="#hello #bye #chao"
|
|
[sec2]
|
|
var2=foo
|
|
var-4="123#456"
|
|
var5=234#456
|