bin/cpm@8aea1e8c4aa6
bin/cpm
Fri, 28 Jan 2022 14:42:14 -0600
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Fri, 28 Jan 2022 14:42:14 -0600
- changeset 975
- 8aea1e8c4aa6
- parent 970
-
498189926551
- child 992
-
4e3e37ce84bc
- permissions
- -rwxr-xr-x
better hlsearch toggle
#!/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 "$@"