bin/pg_format

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() {
  cpanm -n 'https://github.com/darold/pgFormatter.git'
  asdf reshim perl || :
}

. ~/.lib/sh/stubexec.sh

mercurial