.lib/stubs/pg_format

Tue, 02 May 2023 17:34:25 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Tue, 02 May 2023 17:34:25 -0500
changeset 1108
8f5cf4eb7f66
parent 1107
c6d7ac40bd3c
permissions
-rwxr-xr-x

stub reply

#!/bin/sh
set -eu

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

. ~/.lib/sh/stubexec.sh

mercurial