bin/shfmt@b57969db48db
bin/shfmt
Sun, 12 Feb 2023 14:42:31 -0600
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Sun, 12 Feb 2023 14:42:31 -0600
- changeset 1014
- b57969db48db
- parent 1006
-
12d7a48cef22
- permissions
- -rwxr-xr-x
start nvim config
#!/bin/sh
set -eu
age_limit=90
install_it() {
go install mvdan.cc/sh/v3/cmd/shfmt@latest
asdf reshim || :
}
. ~/.lib/sh/stubexec.sh