bin/gotags

Mon, 07 Feb 2022 23:45:51 -0600

author
Meredith Howard <mhoward@roomag.org>
date
Mon, 07 Feb 2022 23:45:51 -0600
changeset 978
39659c5ed5b0
parent 957
ea852d545173
child 992
4e3e37ce84bc
permissions
-rwxr-xr-x

include gvimrc

#!/bin/sh
set -eu
. ~/.lib/sh/stubexec.sh

install_it() {
  go install github.com/jstemmer/gotags@latest
  asdf reshim || :
}

stubexec "$@"

mercurial