bin/shfmt@59e05e03851d
bin/shfmt
Sun, 12 Mar 2023 03:18:04 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Sun, 12 Mar 2023 03:18:04 -0500
- changeset 1081
- 59e05e03851d
- parent 1006
-
12d7a48cef22
- permissions
- -rwxr-xr-x
unlazy indent-blankline.nvim, weird errors
#!/bin/sh
set -eu
age_limit=90
install_it() {
go install mvdan.cc/sh/v3/cmd/shfmt@latest
asdf reshim || :
}
. ~/.lib/sh/stubexec.sh