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

PRGDIR=`cd "$PRGDIR"; pwd`


perl "$PRGDIR/features.pl" $@

