bin/perldoc

Mon, 24 Sep 2018 10:07:56 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Mon, 24 Sep 2018 10:07:56 -0500
changeset 720
adc91288d03c
parent 672
c6336b1897e9
child 743
76c4c96d8b9f
permissions
-rwxr-xr-x

make sure this is set between profiles

#!/bin/sh
set -eu

if [ -x "$(command -v cpandoc)" ]; then
  exec cpandoc $*
fi
exec perldoc $*

mercurial