commit 6b10fa2d589abd66fc122cde23c7e542457ac2a2 parent 76e9c02e39e3c15006c62dfc3aaf925029e1e82d Author: regexghost <dev@regexghost.com> Date: Sun, 21 Jun 2026 00:38:51 +0100 devlog updates Diffstat:
| M | devlog/2026-05-May.md | | | 2 | +- |
| A | devlog/2026-06-June.md | | | 10 | ++++++++++ |
2 files changed, 11 insertions(+), 1 deletion(-)
diff --git a/devlog/2026-05-May.md b/devlog/2026-05-May.md @@ -1,5 +1,5 @@ +++ -title = "May Devlog" +title = "May 2026 Devlog" datepublished = 2026-05-13 template = "blog-page.html" +++ diff --git a/devlog/2026-06-June.md b/devlog/2026-06-June.md @@ -0,0 +1,10 @@ ++++ +title = "June 2026 Devlog" +datepublished = 2026-06-21 +template = "blog-page.html" ++++ + +## bug-fork 0.7 + +I switched to suckless sbase for my coreutils, so this update makes bug.sh compliant with POSIX coreutils. Notably "\t" changed to an actual tab in `sed` commands. +[GitHub](https://github.com/regexghost/bug-fork)