#!/bin/sh 
# 
# file: lk_help.sh 
# 
# This script is written as a wrapper for the perl program, so it is
# only necessary for perl to be in your path, not in a specific
# directory


PROG="$LINKON/util/lk_help/v2.0/lk_help.pl";

perl $PROG $*

