#!/bin/csh -f
setenv SIMHOME `pwd`
setenv SIMRES $SIMHOME/res
echo "Starting SimCity ... "
res/sim $*
