Mercurial
>
hg
>
mhoward
>
dotfiles
/ file comparison
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
file
latest
revisions
annotate
diff
comparison
raw
comparison: bin/perldoc
bin/perldoc
changeset 672
c6336b1897e9
child 743
76c4c96d8b9f
equal
deleted
inserted
replaced
671:9008240db028
672:c6336b1897e9
1
#!/bin/sh
2
set -eu
3
4
if [ -x "$(command -v cpandoc)" ]; then
5
exec cpandoc $*
6
fi
7
exec perldoc $*