956:61c91bec34c8 | 957:ea852d545173 |
---|---|
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 install_it() { |
6 | 6 cpanm -n 'https://github.com/darold/pgFormatter.git' |
7 cpanm -n 'https://github.com/darold/pgFormatter.git' | 7 plenv rehash || : |
8 plenv rehash || : | 8 } |
9 | 9 |
10 stubexec "$@" | 10 stubexec "$@" |