Sun, 09 Jan 2022 22:38:03 -0600
remove plenv references
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' | |
970
498189926551
remove plenv references
Meredith Howard <mhoward@roomag.org>
parents:
957
diff
changeset
|
7 | asdf reshim perl || : |
957 | 8 | } |
912
a409a606c665
add autoinstall pg_format stub
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
9 | |
932 | 10 | stubexec "$@" |