]> git.corax.cc Git - toolbox/commit
include/conf: Add simple configuration module
authorMatthias Kruk <m@m10k.eu>
Mon, 12 Apr 2021 10:57:33 +0000 (19:57 +0900)
committerMatthias Kruk <m@m10k.eu>
Mon, 12 Apr 2021 10:57:33 +0000 (19:57 +0900)
commitc0c7af87bbc049193f678cd4c8c2b057d66ce2ea
tree1a28d8b3df5e6201b42cac5854a0e69f66394f63
parentcd464d8e223ca2137e9d985a52eb7d8ba4a15180
include/conf: Add simple configuration module

The "conf" module provides a simple way for scripts to store and retrieve
settings. Config files are stored per-script in $TOOLBOX_HOME/conf.
include/conf.sh [new file with mode: 0644]