bin/cpm

Mon, 13 Mar 2023 15:45:24 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Mon, 13 Mar 2023 15:45:24 -0500
changeset 1083
cc48b040ddbb
parent 992
4e3e37ce84bc
permissions
-rwxr-xr-x

remove standardrb glue now that mason-lspconfig is updated

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