bin/perldoc@77e65ab97892
bin/perldoc
Sun, 19 Feb 2023 11:31:07 -0600
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Sun, 19 Feb 2023 11:31:07 -0600
- changeset 1028
- 77e65ab97892
- parent 774
-
d6a54f86ab10
- permissions
- -rwxr-xr-x
fsckobjects has also been a nuisance. maybe git just isn't great at integrity!
#!/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 $*