bin/perldoc

Tue, 13 Mar 2018 16:35:13 -0700

author
Meredith Howard <mhoward@roomag.org>
date
Tue, 13 Mar 2018 16:35:13 -0700
changeset 702
f817544836c7
parent 672
c6336b1897e9
child 743
76c4c96d8b9f
permissions
-rwxr-xr-x

all vim builds are py3, but gundo doesn't autodetect

#!/bin/sh
set -eu

if [ -x "$(command -v cpandoc)" ]; then
  exec cpandoc $*
fi
exec perldoc $*

mercurial