.lib/stubs/pg_format

Wed, 27 Dec 2023 01:38:27 -0600

author
Meredith Howard <mhoward@roomag.org>
date
Wed, 27 Dec 2023 01:38:27 -0600
changeset 1136
ace6b39b2ba7
parent 1107
c6d7ac40bd3c
permissions
-rwxr-xr-x

remove setup-gem-faves / gemfile

#!/bin/sh
set -eu

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

. ~/.lib/sh/stubexec.sh

mercurial