comparison: .lib/stubs/shfmt
.lib/stubs/shfmt
- changeset 1107
- c6d7ac40bd3c
- parent 1006
- 12d7a48cef22
equal
deleted
inserted
replaced
|
1 #!/bin/sh |
|
2 set -eu |
|
3 |
|
4 age_limit=90 |
|
5 |
|
6 install_it() { |
|
7 go install mvdan.cc/sh/v3/cmd/shfmt@latest |
|
8 asdf reshim || : |
|
9 } |
|
10 |
|
11 . ~/.lib/sh/stubexec.sh |