bin/gotags

Fri, 20 Aug 2021 02:25:51 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Fri, 20 Aug 2021 02:25:51 -0400
changeset 939
b769704bb258
parent 933
121f7eb42ec8
child 957
ea852d545173
permissions
-rwxr-xr-x

auto-prune junk directories

933
121f7eb42ec8 add gotags stub
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
1 #!/bin/sh
121f7eb42ec8 add gotags stub
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
2 set -eu
121f7eb42ec8 add gotags stub
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
3 . ~/.lib/sh/stubexec.sh
121f7eb42ec8 add gotags stub
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
4
121f7eb42ec8 add gotags stub
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
5 stubexec "$@"
121f7eb42ec8 add gotags stub
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
6
121f7eb42ec8 add gotags stub
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
7 go install github.com/jstemmer/gotags@latest
121f7eb42ec8 add gotags stub
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
8 asdf reshim || :
121f7eb42ec8 add gotags stub
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
9
121f7eb42ec8 add gotags stub
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
10 stubexec "$@"

mercurial