bin/cpm

Thu, 23 Feb 2023 12:58:13 -0600

author
Meredith Howard <mhoward@roomag.org>
date
Thu, 23 Feb 2023 12:58:13 -0600
changeset 1048
06ff90b09389
parent 992
4e3e37ce84bc
permissions
-rwxr-xr-x

Just use illuminate default

#!/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

mercurial