bin/shfmt@08675f3a85f6
bin/shfmt
Mon, 06 Mar 2023 10:42:32 -0600
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Mon, 06 Mar 2023 10:42:32 -0600
- changeset 1067
- 08675f3a85f6
- parent 1006
-
12d7a48cef22
- permissions
- -rwxr-xr-x
more default editor switching
#!/bin/sh
set -eu
age_limit=90
install_it() {
go install mvdan.cc/sh/v3/cmd/shfmt@latest
asdf reshim || :
}
. ~/.lib/sh/stubexec.sh