#!/bin/sh
PRGDIR=`dirname "$0"`

PRGDIR=`cd "$PRGDIR"; pwd`


perl "$PRGDIR/hpsym.pl" $@


