comparison: bin/pg_format
bin/pg_format
- changeset 1107
- c6d7ac40bd3c
- parent 1106
- 902c7d44ab23
- child 1108
- 8f5cf4eb7f66
equal
deleted
inserted
replaced
1 #!/bin/sh |
|
2 set -eu |
|
3 |
|
4 install_it() { |
|
5 cpanm -n 'https://github.com/darold/pgFormatter.git' |
|
6 asdf reshim perl || : |
|
7 } |
|
8 |
|
9 . ~/.lib/sh/stubexec.sh |
|