Axels Bash INI parser
A class like component to access values of an ini file
in your Bash scripts or to validate it.
You want a value from a file within a given section?
ini.value "<inifile>" "<section>" "<key>"
returns it.
๐ค Author: Axel Hahn
๐งพ Source: https://github.com/axelhahn/bash_iniparser/
๐ License: GNU GPL 3.0
๐ Docs: see https://www.axel-hahn.de/docs/bash_iniparser/