diff --git a/bin/shfmt b/bin/shfmt deleted file mode 100755 --- a/bin/shfmt +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh -set -eu - -age_limit=90 - -install_it() { - go install mvdan.cc/sh/v3/cmd/shfmt@latest - asdf reshim || : -} - -. ~/.lib/sh/stubexec.sh