.lib/stubs/cpm@00240c15eca5
.lib/stubs/cpm
Sun, 31 Dec 2023 04:23:36 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Sun, 31 Dec 2023 04:23:36 -0500
- changeset 1141
- 00240c15eca5
- parent 1107
-
c6d7ac40bd3c
- permissions
- -rwxr-xr-x
only do autopairs bracket endwise at end of line
#!/bin/sh
set -eu
install_it() {
curl -fsSL --compressed https://git.io/cpm |
perl - install -g App::cpm
asdf reshim perl || :
}
. ~/.lib/sh/stubexec.sh