#!/bin/sh
DIR=`dirname $0`
GACUTIL=`grep "^GACUTIL_COMMAND" ./$DIR/../config.mak | sed 's/.*=//g' | sed 's/ "//g' | sed 's/".*//g'`
"$GACUTIL" $@
