Mercurial
>
hg
>
mhoward
>
dotfiles
/ annotate
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
file
latest
revisions
annotate
diff
comparison
raw
bin/perldoc@6ff8e3f73482 (annotated)
bin/perldoc
Wed, 06 Feb 2019 21:03:11 -0600
author
Meredith Howard <mhoward@roomag.org>
date
Wed, 06 Feb 2019 21:03:11 -0600
changeset 725
6ff8e3f73482
parent 672
c6336b1897e9
child 743
76c4c96d8b9f
permissions
-rwxr-xr-x
switch from vundle to plug
672
c6336b1897e9
add cpandoc
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
1
#!/bin/sh
c6336b1897e9
add cpandoc
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
2
set -eu
c6336b1897e9
add cpandoc
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
3
c6336b1897e9
add cpandoc
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
4
if [ -x "$(command -v cpandoc)" ]; then
c6336b1897e9
add cpandoc
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
5
exec cpandoc $*
c6336b1897e9
add cpandoc
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
6
fi
c6336b1897e9
add cpandoc
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
7
exec perldoc $*