bin/pg_format@349ea9f736b9
bin/pg_format
Mon, 07 Mar 2022 23:11:41 -0600
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Mon, 07 Mar 2022 23:11:41 -0600
- changeset 985
- 349ea9f736b9
- parent 970
-
498189926551
- child 992
-
4e3e37ce84bc
- permissions
- -rwxr-xr-x
try to use the same python as hg automatically
#!/bin/sh
set -eu
. ~/.lib/sh/stubexec.sh
install_it() {
cpanm -n 'https://github.com/darold/pgFormatter.git'
asdf reshim perl || :
}
stubexec "$@"