bin/shfmt

Mon, 06 Mar 2023 23:43:39 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Mon, 06 Mar 2023 23:43:39 -0500
changeset 1069
0e871a1b59e3
parent 1006
12d7a48cef22
permissions
-rwxr-xr-x

use current format function

#!/bin/sh
set -eu

age_limit=90

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

. ~/.lib/sh/stubexec.sh

mercurial