diff --git a/bash-ini-parser b/bash-ini-parser index 61d8f3f..1d736dc 100644 --- a/bash-ini-parser +++ b/bash-ini-parser @@ -7,7 +7,9 @@ PREFIX="cfg_section_" function debug { return #abort debug echo $* + echo --start-- echo "${ini[*]}" + echo --end-- echo }