.lib/stubs/pg_format

Sun, 18 Jun 2023 13:01:18 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Sun, 18 Jun 2023 13:01:18 -0500
changeset 1118
d5558693c508
parent 1107
c6d7ac40bd3c
permissions
-rwxr-xr-x

add aqua stub

#!/bin/sh
set -eu

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

. ~/.lib/sh/stubexec.sh

mercurial