bin/perldoc@d8f003e828e1
bin/perldoc
Tue, 07 Jun 2022 04:00:47 -0400
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Tue, 07 Jun 2022 04:00:47 -0400
- changeset 994
- d8f003e828e1
- parent 774
-
d6a54f86ab10
- permissions
- -rwxr-xr-x
try -kpitl
#!/bin/sh
set -eu
if [ -t 1 ]; then
export PERLDOC="-oterm ${PERLDOC:-}"
fi
if [ -x "$(command -v cpandoc)" ]; then
exec cpandoc $*
fi
BIN="$(which -a perldoc | grep -v $0 | head -n 1)"
exec $BIN $*