991:a925474b9558 | 992:4e3e37ce84bc |
---|---|
1 #!/bin/sh | 1 #!/bin/sh |
2 set -eu | 2 set -eu |
3 . ~/.lib/sh/stubexec.sh | |
4 | 3 |
5 install_it() { | 4 install_it() { |
6 curl -fsSL --compressed https://git.io/cpm | | 5 curl -fsSL --compressed https://git.io/cpm | |
7 perl - install -g App::cpm | 6 perl - install -g App::cpm |
8 | 7 |
9 asdf reshim perl || : | 8 asdf reshim perl || : |
10 } | 9 } |
11 | 10 |
12 stubexec "$@" | 11 . ~/.lib/sh/stubexec.sh |