Fri, 24 Jan 2025 16:37:55 -0600
no more asdf reshimming
915 | 1 | #!/bin/sh |
2 | set -eu | |
3 | ||
957 | 4 | install_it() { |
5 | curl -fsSL --compressed https://git.io/cpm | | |
6 | perl - install -g App::cpm | |
7 | } | |
915 | 8 | |
992
4e3e37ce84bc
Switch stubexec to self-invoke
Meredith Howard <mhoward@roomag.org>
parents:
970
diff
changeset
|
9 | . ~/.lib/sh/stubexec.sh |