The script is used to help parsing INI configure file in bash shell. It can make programmer be concentrated on their work but not file parsing.
Email: wjguo.bbiniparser [at] cs.nctu.edu.tw
=================================
% cat con.ini
[Server]
port=8080
default_rule=accept
[client]
IP=10.1.1.1
dns=8.8.8.8
%./example.bash con.ini
== Parsed Config ==
[Server]
default_rule => accept
port => 8080
[client]
dns => 8.8.8.8
IP => 10.1.1.1
Follow bash-based INI parser
Other Useful Business Software
Orchestrate Your AI Agents with Zenflow
Zenflow orchestrates AI agents like a real engineering system. With parallel execution, spec-driven workflows, and deep multi-repo understanding, agents plan, implement, test, and verify end-to-end. Upgrade to AI workflows that work the way your team does.
Rate This Project
Login To Rate This Project
User Reviews
-
Thanks