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

PRGDIR=`cd "$PRGDIR"; pwd`


perl "$PRGDIR/buildrom.pl" $@

