#!/bin/csh -f
set pwd=`pwd`

echo  " pwd is " $pwd

cd $EPICSTOP/Util/DrawConf;   make clean; make -f drawConfig.mk

cd $pwd






