bin/shfmt@c8754b0414b9
bin/shfmt
Thu, 02 Mar 2023 21:15:29 -0600
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Thu, 02 Mar 2023 21:15:29 -0600
- changeset 1058
- c8754b0414b9
- parent 1006
-
12d7a48cef22
- permissions
- -rwxr-xr-x
add bundled languages to avoid errors
#!/bin/sh
set -eu
age_limit=90
install_it() {
go install mvdan.cc/sh/v3/cmd/shfmt@latest
asdf reshim || :
}
. ~/.lib/sh/stubexec.sh