bin/cpm

Tue, 28 Mar 2023 23:57:49 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Tue, 28 Mar 2023 23:57:49 -0500
changeset 1095
226221dc1d6b
parent 992
4e3e37ce84bc
permissions
-rwxr-xr-x

Simplify command aliases

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