small pixel drawing of a pufferfish j3s.sh

*
Jes Olson j3s@c3f.net
Fri, 10 Mar 2023 23:42:33 -0800
commit

282f020ec67318d8e8380197ed0d8ff56ab9f603

parent

05bd2bd1138cff74072a86c049b180a4789484e8

1 files changed, 8 insertions(+), 3 deletions(-)

jump to
M thought/write-posix-shell.htmlthought/write-posix-shell.html

@@ -279,9 +279,13 @@

here's a cool arch wiki entry[8] on shells, check out the posix section. - shellcheck[9] is an amazing script to check your shell for - posix compatability issues. i use it every time i write - more than a few dozen lines of shell. + shellcheck[9] is an amazing tool that can check your shell + for posix compatability issues & many other things. + i use it every time i write more than a few dozen + lines of shell. + + shfmt[10] is like gofmt, but for shell. it supports posix + shell as well! :D

@@ -320,3 +324,4 @@ [6]: https://github.com/biox/pa

[7]: https://git.j3s.sh/dotfiles/tree/main/bin [8]: https://wiki.archlinux.org/title/command-line_shell [9]: https://www.shellcheck.net +[10]: https://github.com/mvdan/sh