1184:89378394f07f | 1185:c1c5ceab0dc0 |
---|---|
1 #!/bin/sh | 1 #!/bin/sh |
2 set -eu | 2 set -eu |
3 | 3 |
4 install_it() { | 4 install_it() { |
5 cpanm -n 'https://github.com/darold/pgFormatter.git' | 5 cpanm -n 'https://github.com/darold/pgFormatter.git' |
6 asdf reshim perl || : | |
7 } | 6 } |
8 | 7 |
9 . ~/.lib/sh/stubexec.sh | 8 . ~/.lib/sh/stubexec.sh |