bin/cpm

Wed, 22 Sep 2021 16:34:57 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Wed, 22 Sep 2021 16:34:57 -0400
changeset 946
20c0492da189
parent 932
f87943eb16aa
child 957
ea852d545173
permissions
-rwxr-xr-x

Add sick "run anywhere ignoring bundler" hacks

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