Sat, 30 Oct 2021 14:38:03 -0400
switch to noselect
915 | 1 | #!/bin/sh |
2 | set -eu | |
3 | . ~/.lib/sh/stubexec.sh | |
4 | ||
932 | 5 | stubexec "$@" |
915 | 6 | |
7 | curl -fsSL --compressed https://git.io/cpm | | |
8 | perl - install -g App::cpm | |
9 | ||
10 | plenv rehash || : | |
11 | ||
932 | 12 | stubexec "$@" |