2018-02-17
portability improvement
#!/bin/sh set -eu if [ -x "$(command -v cpandoc)" ]; then exec cpandoc $* fi exec perldoc $*