bin/cpm@39659c5ed5b0
bin/cpm
Mon, 07 Feb 2022 23:45:51 -0600
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Mon, 07 Feb 2022 23:45:51 -0600
- changeset 978
- 39659c5ed5b0
- parent 970
-
498189926551
- child 992
-
4e3e37ce84bc
- permissions
- -rwxr-xr-x
include gvimrc
#!/bin/sh
set -eu
. ~/.lib/sh/stubexec.sh
install_it() {
curl -fsSL --compressed https://git.io/cpm |
perl - install -g App::cpm
asdf reshim perl || :
}
stubexec "$@"