On Thu, Apr 14, 2022 at 11:52 AM Robert E. Griffith <b...@junga.com> wrote: > Question 3: what is the best practice for maintaining loadable builtins? > Can anyone suggest an existing loadable builtin project that I could > model mine after?
I don't have too much advice on best practices, but I did write a blog post on writing builtins, along with some sample code, which you may find helpful. post: https://mbuki-mvuki.org/posts/2021-07-12-writing-a-bash-builtin-in-c-to-parse-ini-configs/ code: https://github.com/lollipopman/bash-ini-builtin-blog-post