Fri, 24 Jan 2025 16:37:55 -0600
no more asdf reshimming
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 |
a409a606c665
add autoinstall pg_format stub
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
3 | |
957 | 4 | install_it() { |
5 | cpanm -n 'https://github.com/darold/pgFormatter.git' | |
6 | } | |
912
a409a606c665
add autoinstall pg_format stub
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
7 | |
992
4e3e37ce84bc
Switch stubexec to self-invoke
Meredith Howard <mhoward@roomag.org>
parents:
970
diff
changeset
|
8 | . ~/.lib/sh/stubexec.sh |