mirror of
https://github.com/albfan/bash-ini-parser.git
synced 2025-04-19 13:22:14 +03:00
9 lines
96 B
INI
9 lines
96 B
INI
|
|
|
|
var1=VAR1
|
|
|
|
; Invalid line - should throw an error and stop processing
|
|
INVALID LINE
|
|
var2=VAR2
|
|
|