bin/shfmt@b59861305252
bin/shfmt
Sun, 12 Mar 2023 01:58:19 -0600
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Sun, 12 Mar 2023 01:58:19 -0600
- changeset 1079
- b59861305252
- parent 1006
-
12d7a48cef22
- permissions
- -rwxr-xr-x
port :Grep to lua
#!/bin/sh
set -eu
age_limit=90
install_it() {
go install mvdan.cc/sh/v3/cmd/shfmt@latest
asdf reshim || :
}
. ~/.lib/sh/stubexec.sh