bin/shfmt@b1b644e9825d
bin/shfmt
Tue, 14 Feb 2023 02:39:04 -0600
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Tue, 14 Feb 2023 02:39:04 -0600
- changeset 1020
- b1b644e9825d
- parent 1006
-
12d7a48cef22
- permissions
- -rwxr-xr-x
Add more plain vim plugins
#!/bin/sh
set -eu
age_limit=90
install_it() {
go install mvdan.cc/sh/v3/cmd/shfmt@latest
asdf reshim || :
}
. ~/.lib/sh/stubexec.sh