.lib/sh/stubexec.sh

Thu, 08 Jul 2021 12:58:18 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Thu, 08 Jul 2021 12:58:18 -0500
changeset 922
c43cb588aa41
parent 915
55a1c83b3417
child 932
f87943eb16aa
permissions
-rw-r--r--

gofumpt is a static dep of gopls, no need for the note to self

stubexec() {
  local real_bin="$(which -a $(basename $0) | grep -v $0 | head -n 1)"
  if [ -x "$real_bin" ]; then
    exec $real_bin $*
  fi
}

mercurial