.lib/stubs/shfmt@5c37b939b296
.lib/stubs/shfmt
Mon, 01 Jan 2024 14:42:03 -0600
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Mon, 01 Jan 2024 14:42:03 -0600
- changeset 1143
- 5c37b939b296
- parent 1107
-
c6d7ac40bd3c
- permissions
- -rwxr-xr-x
skip luasnip/jsregexp build on windows
#!/bin/sh
set -eu
age_limit=90
install_it() {
go install mvdan.cc/sh/v3/cmd/shfmt@latest
asdf reshim || :
}
. ~/.lib/sh/stubexec.sh