Fri, 06 May 2022 22:03:51 -0500
Switch stubexec to self-invoke
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 | |
915 | 7 | |
970
498189926551
remove plenv references
Meredith Howard <mhoward@roomag.org>
parents:
957
diff
changeset
|
8 | asdf reshim perl || : |
957 | 9 | } |
915 | 10 | |
992
4e3e37ce84bc
Switch stubexec to self-invoke
Meredith Howard <mhoward@roomag.org>
parents:
970
diff
changeset
|
11 | . ~/.lib/sh/stubexec.sh |