.lib/stubs/cpandoc

Mon, 01 Jan 2024 14:42:03 -0600

author
Meredith Howard <mhoward@roomag.org>
date
Mon, 01 Jan 2024 14:42:03 -0600
changeset 1143
5c37b939b296
parent 1109
71d10acde172
permissions
-rwxr-xr-x

skip luasnip/jsregexp build on windows

#!/bin/sh
set -eu

install_it() {
  cpm install -g Pod::Cpandoc
  asdf reshim perl || :
}

. ~/.lib/sh/stubexec.sh

mercurial