bin/cpm

Fri, 20 Aug 2021 02:35:33 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Fri, 20 Aug 2021 02:35:33 -0400
changeset 941
fb38620af446
parent 932
f87943eb16aa
child 957
ea852d545173
permissions
-rwxr-xr-x

Disable prune for now

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

stubexec "$@"

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

plenv rehash || :

stubexec "$@"

mercurial