.lib/stubs/shfmt

Fri, 29 Dec 2023 03:02:51 -0600

author
Meredith Howard <mhoward@roomag.org>
date
Fri, 29 Dec 2023 03:02:51 -0600
changeset 1139
1359a563b5ce
parent 1107
c6d7ac40bd3c
permissions
-rwxr-xr-x

split out LuaSnip spec

#!/bin/sh
set -eu

age_limit=90

install_it() {
  go install mvdan.cc/sh/v3/cmd/shfmt@latest
  asdf reshim || :
}

. ~/.lib/sh/stubexec.sh

mercurial