bin/shfmt@c221227cbba5
bin/shfmt
Thu, 16 Mar 2023 12:30:42 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Thu, 16 Mar 2023 12:30:42 -0500
- changeset 1088
- c221227cbba5
- parent 1006
-
12d7a48cef22
- permissions
- -rwxr-xr-x
Fix stopinsert
#!/bin/sh
set -eu
age_limit=90
install_it() {
go install mvdan.cc/sh/v3/cmd/shfmt@latest
asdf reshim || :
}
. ~/.lib/sh/stubexec.sh