1184:89378394f07f | 1185:c1c5ceab0dc0 |
---|---|
2 set -eu | 2 set -eu |
3 | 3 |
4 install_it() { | 4 install_it() { |
5 curl -fsSL --compressed https://git.io/cpm | | 5 curl -fsSL --compressed https://git.io/cpm | |
6 perl - install -g App::cpm | 6 perl - install -g App::cpm |
7 | |
8 asdf reshim perl || : | |
9 } | 7 } |
10 | 8 |
11 . ~/.lib/sh/stubexec.sh | 9 . ~/.lib/sh/stubexec.sh |