bin/gotags

Thu, 02 Jun 2022 17:45:12 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Thu, 02 Jun 2022 17:45:12 -0500
changeset 993
4856df6adb16
parent 992
4e3e37ce84bc
permissions
-rwxr-xr-x

another perltidy tweak

#!/bin/sh
set -eu

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

. ~/.lib/sh/stubexec.sh

mercurial