.lib/stubs/pg_format

Fri, 24 Jan 2025 15:16:06 -0600

author
Meredith Howard <mhoward@roomag.org>
date
Fri, 24 Jan 2025 15:16:06 -0600
changeset 1184
89378394f07f
parent 1107
c6d7ac40bd3c
child 1185
c1c5ceab0dc0
permissions
-rwxr-xr-x

remove asdf profile hook

#!/bin/sh
set -eu

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

. ~/.lib/sh/stubexec.sh

mercurial