.lib/stubs/perltidy

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 1109
71d10acde172
permissions
-rwxr-xr-x

add asciidoctor and timetrap stubs

#!/bin/sh
set -eu

install_it() {
  cpm install -g Perl::Tidy
  asdf reshim perl || :
}

. ~/.lib/sh/stubexec.sh

mercurial