bin/shfmt@e0cd428ffa90
bin/shfmt
Tue, 07 Feb 2023 02:43:10 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Tue, 07 Feb 2023 02:43:10 -0500
- changeset 1012
- e0cd428ffa90
- parent 1006
-
12d7a48cef22
- permissions
- -rwxr-xr-x
Disable mucomplete auto
#!/bin/sh
set -eu
age_limit=90
install_it() {
go install mvdan.cc/sh/v3/cmd/shfmt@latest
asdf reshim || :
}
. ~/.lib/sh/stubexec.sh