bin/pg_format

Mon, 27 Mar 2023 15:27:23 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Mon, 27 Mar 2023 15:27:23 -0500
changeset 1094
694fb6cd9cc2
parent 992
4e3e37ce84bc
permissions
-rwxr-xr-x

add nvim-treesitter-endwise

#!/bin/sh
set -eu

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

. ~/.lib/sh/stubexec.sh

mercurial