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

PRGDIR=`cd "$PRGDIR"; pwd`


perl "$PRGDIR/fixupsym.pl" $@


