#!/bin/csh -f

set cmdname  = $0:t;
set rootpath = $0:h/../..
pushd $rootpath >/dev/null
set rootpath = `pwd`
popd >/dev/null

${rootpath}/gdr/test/configsub 0
