diff --git a/bin/gotags b/bin/gotags --- a/bin/gotags +++ b/bin/gotags @@ -1,10 +1,9 @@ #!/bin/sh set -eu -. ~/.lib/sh/stubexec.sh install_it() { go install github.com/jstemmer/gotags@latest asdf reshim || : } -stubexec "$@" +. ~/.lib/sh/stubexec.sh