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 curl -fsSL --compressed https://git.io/cpm | | |
7 perl - install -g App::cpm | |
6 | 8 |
7 curl -fsSL --compressed https://git.io/cpm | | 9 plenv rehash || : |
8 perl - install -g App::cpm | 10 } |
9 | |
10 plenv rehash || : | |
11 | 11 |
12 stubexec "$@" | 12 stubexec "$@" |