bin/pg_format

changeset 932
f87943eb16aa
parent 915
55a1c83b3417
child 957
ea852d545173
equal deleted inserted replaced
931:55c477df9d1b 932:f87943eb16aa
1 #!/bin/sh 1 #!/bin/sh
2 set -eu 2 set -eu
3 . ~/.lib/sh/stubexec.sh 3 . ~/.lib/sh/stubexec.sh
4 4
5 stubexec $* 5 stubexec "$@"
6 6
7 cpanm -n 'https://github.com/darold/pgFormatter.git' 7 cpanm -n 'https://github.com/darold/pgFormatter.git'
8 plenv rehash || : 8 plenv rehash || :
9 9
10 stubexec $* 10 stubexec "$@"

mercurial