bin/cpm

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

author
Meredith Howard <mhoward@roomag.org>
date
Thu, 23 Feb 2023 13:58:37 -0600
changeset 1049
3f01468ffc32
parent 992
4e3e37ce84bc
permissions
-rwxr-xr-x

Switch to themer jellybeans

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