bin/cpm

Thu, 02 Mar 2023 21:15:29 -0600

author
Meredith Howard <mhoward@roomag.org>
date
Thu, 02 Mar 2023 21:15:29 -0600
changeset 1058
c8754b0414b9
parent 992
4e3e37ce84bc
permissions
-rwxr-xr-x

add bundled languages to avoid errors

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