bin/pg_format

Mon, 07 Feb 2022 23:57:02 -0600

author
Meredith Howard <mhoward@roomag.org>
date
Mon, 07 Feb 2022 23:57:02 -0600
changeset 980
ab27e37bbb82
parent 970
498189926551
child 992
4e3e37ce84bc
permissions
-rwxr-xr-x

remove notes about vimproc

#!/bin/sh
set -eu
. ~/.lib/sh/stubexec.sh

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

stubexec "$@"

mercurial