bin/perldoc

Sun, 20 Oct 2019 00:16:50 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Sun, 20 Oct 2019 00:16:50 -0500
changeset 810
de41d00d8344
parent 774
d6a54f86ab10
permissions
-rwxr-xr-x

switch from gundo to undotree

#!/bin/sh
set -eu

if [ -t 1 ]; then
  export PERLDOC="-oterm ${PERLDOC:-}"
fi

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

BIN="$(which -a perldoc | grep -v $0 | head -n 1)"
exec $BIN $*

mercurial