.lib/stubs/cpm

Wed, 27 Dec 2023 01:39:00 -0600

author
Meredith Howard <mhoward@roomag.org>
date
Wed, 27 Dec 2023 01:39:00 -0600
changeset 1137
f767f8cd6a9f
parent 1107
c6d7ac40bd3c
permissions
-rwxr-xr-x

add asciidoctor and timetrap stubs

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