Sun, 09 Jan 2022 14:57:39 -0500
forget the minimal setup mode
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 "$@" |