bin/perldoc

Fri, 18 May 2018 12:11:02 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Fri, 18 May 2018 12:11:02 -0400
changeset 709
1ee07b0bb607
parent 672
c6336b1897e9
child 743
76c4c96d8b9f
permissions
-rwxr-xr-x

update mailpath

#!/bin/sh
set -eu

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

mercurial