1
0
mirror of https://github.com/albfan/bash-ini-parser.git synced 2025-08-04 19:42:06 +03:00

debug clearly

marks for start and end of file parsed

relates to #7
This commit is contained in:
albfan
2015-05-16 20:28:21 +02:00
parent b9a3ce5bfc
commit affa300da5

View File

@@ -7,7 +7,9 @@ PREFIX="cfg_section_"
function debug {
return #abort debug
echo $*
echo --start--
echo "${ini[*]}"
echo --end--
echo
}