2018-03-09
Remove un/underused stuff
#!/bin/sh set -eu if [ -x "$(command -v cpandoc)" ]; then exec cpandoc $* fi exec perldoc $*