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