.lib/stubs/shfmt

Mon, 03 Feb 2025 15:43:25 -0600

author
Meredith Howard <mhoward@roomag.org>
date
Mon, 03 Feb 2025 15:43:25 -0600
changeset 1186
ab57e995af63
parent 1185
c1c5ceab0dc0
permissions
-rwxr-xr-x

Add zig / codelldb DAP config

#!/bin/sh
set -eu

age_limit=90

install_it() {
  go install mvdan.cc/sh/v3/cmd/shfmt@latest
}

. ~/.lib/sh/stubexec.sh

mercurial