bin/perldoc@b3b2c42cc042
bin/perldoc
Wed, 20 Jun 2018 12:19:03 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Wed, 20 Jun 2018 12:19:03 -0500
- changeset 710
- b3b2c42cc042
- parent 672
-
c6336b1897e9
- child 743
-
76c4c96d8b9f
- permissions
- -rwxr-xr-x
No need to map these anymore
#!/bin/sh
set -eu
if [ -x "$(command -v cpandoc)" ]; then
exec cpandoc $*
fi
exec perldoc $*