bin/shfmt@b459f901ff41
bin/shfmt
Thu, 26 Jan 2023 18:58:12 -0600
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Thu, 26 Jan 2023 18:58:12 -0600
- changeset 1011
- b459f901ff41
- parent 1006
-
12d7a48cef22
- permissions
- -rwxr-xr-x
add .usqlrc
#!/bin/sh
set -eu
age_limit=90
install_it() {
go install mvdan.cc/sh/v3/cmd/shfmt@latest
asdf reshim || :
}
. ~/.lib/sh/stubexec.sh