bin/perldoc

changeset 774
d6a54f86ab10
parent 743
76c4c96d8b9f
equal deleted inserted replaced
773:36a9b54b0eea 774:d6a54f86ab10
6 fi 6 fi
7 7
8 if [ -x "$(command -v cpandoc)" ]; then 8 if [ -x "$(command -v cpandoc)" ]; then
9 exec cpandoc $* 9 exec cpandoc $*
10 fi 10 fi
11 exec perldoc $* 11
12 BIN="$(which -a perldoc | grep -v $0 | head -n 1)"
13 exec $BIN $*

mercurial