#!/bin/csh -f

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

setenv GDEVICE '0 1 2 3 4 5 6 7'; ${rootpath}/gdr/test/checksub_m2000 ${argv}

