add gotags stub

Wed, 28 Jul 2021 01:48:21 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Wed, 28 Jul 2021 01:48:21 -0500
changeset 933
121f7eb42ec8
parent 932
f87943eb16aa
child 934
fb0cbf65b726

add gotags stub

bin/gotags file | annotate | diff | comparison | revisions
new file mode 100755
--- /dev/null
+++ b/bin/gotags
@@ -0,0 +1,10 @@
+#!/bin/sh
+set -eu
+. ~/.lib/sh/stubexec.sh
+
+stubexec "$@"
+
+go install github.com/jstemmer/gotags@latest
+asdf reshim || :
+
+stubexec "$@"

mercurial