#!/bin/bash
pwd=`pwd`
echo  " pwd is " $pwd

cd $EPICSTOP/Util/Geomview;   ./dispconfigbygeomv $*

cd $pwd






