James Stone: TILs on sh

Atom feed for sh

sh Adding auto complete in bash - 2024-08-29

in bash code completions are setup using the complete command …

sh Interactively debug a sh script - 2023-08-16

My common (ba)sh script setup is a bit like this: …