bin/perldoc@cc48b040ddbb
bin/perldoc
Mon, 13 Mar 2023 15:45:24 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Mon, 13 Mar 2023 15:45:24 -0500
- changeset 1083
- cc48b040ddbb
- parent 774
-
d6a54f86ab10
- permissions
- -rwxr-xr-x
remove standardrb glue now that mason-lspconfig is updated
#!/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 $*