bin/perldoc@1bb170fcd13b
bin/perldoc
Thu, 08 Jul 2021 12:59:19 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Thu, 08 Jul 2021 12:59:19 -0500
- changeset 923
- 1bb170fcd13b
- parent 774
-
d6a54f86ab10
- permissions
- -rwxr-xr-x
cursed: gopls ignores structured or namespaced config, only the final key name matters
#!/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 $*