bin/shfmt

Mon, 20 Feb 2023 00:53:33 -0600

author
Meredith Howard <mhoward@roomag.org>
date
Mon, 20 Feb 2023 00:53:33 -0600
changeset 1039
91900ecf0e8c
parent 1006
12d7a48cef22
permissions
-rwxr-xr-x

Add gui (fvim) settings

#!/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