#!/bin/csh
if(`printenv SW_BASE` == "") setenv SW_BASE /usr/local/softWoRx
if(`uname -s` == "Linux") then
	set TARG=`uname -p`
else
	set TARG=mips
endif
xterm -geometry 70x20+600+100 -fg yellow -bg black -title "Get DV Logs" -e $SW_BASE/bin/$TARG/getDVLogs

