bin/pg_format

Fri, 20 Aug 2021 02:35:33 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Fri, 20 Aug 2021 02:35:33 -0400
changeset 941
fb38620af446
parent 932
f87943eb16aa
child 957
ea852d545173
permissions
-rwxr-xr-x

Disable prune for now

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
55a1c83b3417 spin out stubexec
Meredith Howard <mhoward@roomag.org>
parents: 912
diff changeset
3 . ~/.lib/sh/stubexec.sh
912
a409a606c665 add autoinstall pg_format stub
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
4
932
f87943eb16aa stubexec fixes
Meredith Howard <mhoward@roomag.org>
parents: 915
diff changeset
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
55a1c83b3417 spin out stubexec
Meredith Howard <mhoward@roomag.org>
parents: 912
diff changeset
8 plenv rehash || :
912
a409a606c665 add autoinstall pg_format stub
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
9
932
f87943eb16aa stubexec fixes
Meredith Howard <mhoward@roomag.org>
parents: 915
diff changeset
10 stubexec "$@"

mercurial