Bash INI parser
  • Description
  • Installation
  • Usage
  • Validation
  • All functions

Git Repo
Axels Docs


Bash INI parser

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/

  • Next