bin/pg_format

Thu, 09 Mar 2023 00:15:10 -0600

author
Meredith Howard <mhoward@roomag.org>
date
Thu, 09 Mar 2023 00:15:10 -0600
changeset 1071
e76020af023d
parent 992
4e3e37ce84bc
permissions
-rwxr-xr-x

add explicit begin-completion bind

#!/bin/sh
set -eu

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

. ~/.lib/sh/stubexec.sh

mercurial