bin/shfmt

Thu, 09 Mar 2023 00:15:10 -0600

author
Meredith Howard <mhoward@roomag.org>
date
Thu, 09 Mar 2023 00:15:10 -0600
changeset 1071
e76020af023d
parent 1006
12d7a48cef22
permissions
-rwxr-xr-x

add explicit begin-completion bind

#!/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