personal-website

source for my personal website regexghost.com
git clone https://git.regexghost.com/personal-website.git
Log | Files | Refs | README

2026-06-June.md (323B)


      1 +++
      2 title = "June 2026 Devlog"
      3 datePublished = 2026-06-21
      4 template = "blog-page.html"
      5 +++
      6 
      7 ## bug-fork 0.7
      8 
      9 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.  
     10 [GitHub](https://github.com/regexghost/bug-fork)