bin/cpm

Thu, 25 Nov 2021 21:19:03 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Thu, 25 Nov 2021 21:19:03 -0500
changeset 958
b883fb5c4792
parent 957
ea852d545173
child 970
498189926551
permissions
-rwxr-xr-x

filter out shims that wont work

#!/bin/sh
set -eu
. ~/.lib/sh/stubexec.sh

install_it() {
  curl -fsSL --compressed https://git.io/cpm |
    perl - install -g App::cpm

  plenv rehash || :
}

stubexec "$@"

mercurial