bin/cpm

Thu, 02 Jun 2022 17:45:12 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Thu, 02 Jun 2022 17:45:12 -0500
changeset 993
4856df6adb16
parent 992
4e3e37ce84bc
permissions
-rwxr-xr-x

another perltidy tweak

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