.lib/stubs/cpm

Fri, 24 Jan 2025 15:16:06 -0600

author
Meredith Howard <mhoward@roomag.org>
date
Fri, 24 Jan 2025 15:16:06 -0600
changeset 1184
89378394f07f
parent 1107
c6d7ac40bd3c
child 1185
c1c5ceab0dc0
permissions
-rwxr-xr-x

remove asdf profile hook

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