Sun, 09 Jan 2022 14:57:39 -0500
forget the minimal setup mode
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 | |
957 | 5 | install_it() { |
6 | cpanm -n 'https://github.com/darold/pgFormatter.git' | |
7 | plenv rehash || : | |
8 | } | |
912
a409a606c665
add autoinstall pg_format stub
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
9 | |
932 | 10 | stubexec "$@" |