bin/pg_format

Wed, 03 Aug 2022 00:11:19 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Wed, 03 Aug 2022 00:11:19 -0500
changeset 995
ef237971026b
parent 992
4e3e37ce84bc
permissions
-rwxr-xr-x

fix arg passthrough

#!/bin/sh
set -eu

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

. ~/.lib/sh/stubexec.sh

mercurial