bin/shfmt@57b5c867f2a6
bin/shfmt
Fri, 06 Jan 2023 12:12:04 -0600
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Fri, 06 Jan 2023 12:12:04 -0600
- changeset 1008
- 57b5c867f2a6
- parent 1006
-
12d7a48cef22
- permissions
- -rwxr-xr-x
add ri alias
#!/bin/sh
set -eu
age_limit=90
install_it() {
go install mvdan.cc/sh/v3/cmd/shfmt@latest
asdf reshim || :
}
. ~/.lib/sh/stubexec.sh