Sat, 03 Jul 2021 02:29:48 -0500
Fix colors
915 | 1 | #!/bin/sh |
2 | set -eu | |
3 | . ~/.lib/sh/stubexec.sh | |
4 | ||
5 | stubexec $* | |
6 | ||
7 | curl -fsSL --compressed https://git.io/cpm | | |
8 | perl - install -g App::cpm | |
9 | ||
10 | plenv rehash || : | |
11 | ||
12 | stubexec $* |