anyway today's cursed activity is extending my Bash configuration management system, Babashka, to support a variable file, that can be used in various build thingies.
since right now I'm using a bad hack to find absolute paths, which is clearly Not Ideal.
The real question is, do I use a .ini parser, or, just have something that sources a file, or what.
I guess we'll find out.
@arrjay yeah but look at this ini-file parser in Bash that I found:
https://github.com/egberts/bash-ini-file