bin/pg_format

Wed, 28 Dec 2022 22:28:58 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Wed, 28 Dec 2022 22:28:58 -0500
changeset 1006
12d7a48cef22
parent 992
4e3e37ce84bc
permissions
-rwxr-xr-x

add shfmt and scdoc stubs

#!/bin/sh
set -eu

install_it() {
  cpanm -n 'https://github.com/darold/pgFormatter.git'
  asdf reshim perl || :
}

. ~/.lib/sh/stubexec.sh

mercurial