bin/perldoc@ffc6f9c140cd
bin/perldoc
Fri, 18 Oct 2019 14:05:27 -0400
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Fri, 18 Oct 2019 14:05:27 -0400
- changeset 803
- ffc6f9c140cd
- parent 774
-
d6a54f86ab10
- permissions
- -rwxr-xr-x
Move this Ag stuff into a function, remove flickers
#!/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 $*