Skip Navigation

Posts
1
Comments
6
Joined
2 wk. ago

Programmer - reproducible, offline-first, plain-text software.

AGPL-3.0-or-later | CC-BY-SA

  • AFAICT, not really, looks line POSIX sh at a glance. Just don't forget to : <<'EOF' instead of : <<EOF.

    But : is arguably simpler than cat, one fewer fork/exec call plus no open(2) on /dev/null.

  • Oops, renamed the www dir, should be back now.

  • C89, AKA ANSI C famously only supports /* */, having // as a cross-pollinated idea from C++.

  • No notepad.exe, nvi: 'a,s/^/# /.

  • I use this only when developing, mostly while debugging. IIRC I've never commited code like this.

  • Programming @programming.dev

    Multiline comments in POSIX sh

    euandre.org /en/til/2026/09/05/multiline-sh-comments.html