small pixel drawing of a pufferfish j3s.sh

*
Jes Olson j3s@c3f.net
Sat, 11 Mar 2023 12:36:29 -0800
commit

0997c52877c9b52087d102f316ccc8191b4d1667

parent

784ef0dcd736aa291a41908da57a0a388653ea14

1 files changed, 2 insertions(+), 2 deletions(-)

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

@@ -90,7 +90,7 @@ the common bash and zsh. let's see. there's also ksh.

oh, and dash. and fish. and csh. - mrsh. + mrsh. ash. tcsh. pdksh. the list of shell dialects goes on and on forever, like a big long slimy snail trail.

@@ -101,7 +101,7 @@

for example, imagine writing a bash shell program only to later realize that it won't run inside of your alpine container, - because alpine uses dash. + because alpine uses ash. imagine writing a shell script on macos only to realize that it doesn't work on linux.