bin/perldoc

Thu, 22 Mar 2018 15:24:14 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Thu, 22 Mar 2018 15:24:14 -0400
changeset 705
7520062c1461
parent 672
c6336b1897e9
child 743
76c4c96d8b9f
permissions
-rwxr-xr-x

okay -actually- get it to focus the new window

#!/bin/sh
set -eu

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

mercurial