.lib/stubs/cpm

Wed, 24 Apr 2024 12:32:33 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Wed, 24 Apr 2024 12:32:33 -0500
changeset 1151
ecfcc61310d4
parent 1107
c6d7ac40bd3c
permissions
-rwxr-xr-x

Drop redundant treesitter-endwise init

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