bin/shfmt@12d7a48cef22
bin/shfmt
Wed, 28 Dec 2022 22:28:58 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Wed, 28 Dec 2022 22:28:58 -0500
- changeset 1006
- 12d7a48cef22
- permissions
- -rwxr-xr-x
add shfmt and scdoc stubs
#!/bin/sh
set -eu
age_limit=90
install_it() {
go install mvdan.cc/sh/v3/cmd/shfmt@latest
asdf reshim || :
}
. ~/.lib/sh/stubexec.sh