Sat, 30 Oct 2021 14:38:03 -0400
switch to noselect
912
a409a606c665
add autoinstall pg_format stub
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
1 | #!/bin/sh |
a409a606c665
add autoinstall pg_format stub
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
2 | set -eu |
915 | 3 | . ~/.lib/sh/stubexec.sh |
912
a409a606c665
add autoinstall pg_format stub
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
4 | |
932 | 5 | stubexec "$@" |
912
a409a606c665
add autoinstall pg_format stub
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
6 | |
a409a606c665
add autoinstall pg_format stub
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
7 | cpanm -n 'https://github.com/darold/pgFormatter.git' |
915 | 8 | plenv rehash || : |
912
a409a606c665
add autoinstall pg_format stub
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
9 | |
932 | 10 | stubexec "$@" |