pkgh - localbin - leot's localbin (~/bin)
 (HTM) hg clone https://bitbucket.org/iamleot/localbin
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
       pkgh
       ---
            1 #!/bin/sh
            2 
            3 export AWK=awk
            4 export RUN="@ set -e;"
            5 export PKGSRCDIR=/usr/pkgsrc
            6 export TOPIC="$1"
            7 
            8 cd ${PKGSRCDIR} && make -f mk/help/help.mk help topic="$1"