[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Building loadable builtin
From: |
Jesse Hathaway |
Subject: |
Re: Building loadable builtin |
Date: |
Thu, 14 Apr 2022 11:59:57 -0500 |
On Thu, Apr 14, 2022 at 11:52 AM Robert E. Griffith <bobg@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