.lib/stubs/pg_format

Wed, 27 Dec 2023 01:39:18 -0600

author
Meredith Howard <mhoward@roomag.org>
date
Wed, 27 Dec 2023 01:39:18 -0600
changeset 1138
12ac68eb173f
parent 1107
c6d7ac40bd3c
permissions
-rwxr-xr-x

add .default-gems for asdf-ruby

#!/bin/sh
set -eu

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

. ~/.lib/sh/stubexec.sh

mercurial