Wed, 28 Jul 2021 01:48:10 -0500
stubexec fixes
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 "$@" |