bin/perldoc@7c7e47abe4e1
bin/perldoc
Mon, 19 Feb 2018 10:36:47 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Mon, 19 Feb 2018 10:36:47 -0500
- changeset 694
- 7c7e47abe4e1
- parent 672
-
c6336b1897e9
- child 743
-
76c4c96d8b9f
- permissions
- -rwxr-xr-x
make this run on windows
#!/bin/sh
set -eu
if [ -x "$(command -v cpandoc)" ]; then
exec cpandoc $*
fi
exec perldoc $*