.lib/stubs/shfmt@fe77c5eed375
.lib/stubs/shfmt
Thu, 10 Aug 2023 02:32:37 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Thu, 10 Aug 2023 02:32:37 -0500
- changeset 1126
- fe77c5eed375
- parent 1107
-
c6d7ac40bd3c
- permissions
- -rwxr-xr-x
Add autopairs with cr-only behavior, switch to treesitter-endwise
#!/bin/sh
set -eu
age_limit=90
install_it() {
go install mvdan.cc/sh/v3/cmd/shfmt@latest
asdf reshim || :
}
. ~/.lib/sh/stubexec.sh