Fri, 26 Nov 2021 00:12:11 -0600
fix stubexec
915 | 1 | #!/bin/sh |
2 | set -eu | |
3 | . ~/.lib/sh/stubexec.sh | |
4 | ||
957 | 5 | install_it() { |
6 | curl -fsSL --compressed https://git.io/cpm | | |
7 | perl - install -g App::cpm | |
915 | 8 | |
957 | 9 | plenv rehash || : |
10 | } | |
915 | 11 | |
932 | 12 | stubexec "$@" |