.lib/stubs/shfmt@ecfcc61310d4
.lib/stubs/shfmt
Wed, 24 Apr 2024 12:32:33 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Wed, 24 Apr 2024 12:32:33 -0500
- changeset 1151
- ecfcc61310d4
- parent 1107
-
c6d7ac40bd3c
- permissions
- -rwxr-xr-x
Drop redundant treesitter-endwise init
#!/bin/sh
set -eu
age_limit=90
install_it() {
go install mvdan.cc/sh/v3/cmd/shfmt@latest
asdf reshim || :
}
. ~/.lib/sh/stubexec.sh