bin/shfmt@bfd0fe75db86
bin/shfmt
Mon, 27 Feb 2023 09:54:46 -0600
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Mon, 27 Feb 2023 09:54:46 -0600
- changeset 1053
- bfd0fe75db86
- parent 1006
-
12d7a48cef22
- permissions
- -rwxr-xr-x
drop lazy-lock.json
#!/bin/sh
set -eu
age_limit=90
install_it() {
go install mvdan.cc/sh/v3/cmd/shfmt@latest
asdf reshim || :
}
. ~/.lib/sh/stubexec.sh