2019-05-06
Fix escape
#!/bin/sh set -eu if [ -t 1 ]; then export PERLDOC="-oterm ${PERLDOC:-}" fi if [ -x "$(command -v cpandoc)" ]; then exec cpandoc $* fi exec perldoc $*