Utilities that make writing bash scripts easier.
- linux.
- python3.
- bash new enough that it supports associative arrays.
Try running ./make_template.sh and follow the prompts.
This will assume the project base is in the same folder as the repo base.
Then run the file you just created, and edit as you see fit.
It will parse arguments automatically using parse_args. Try running your_new_script.sh --help.
TODO.
TODO.