#!/bin/csh
if(`printenv SW_BASE` == "") setenv SW_BASE /usr/local/softWoRx
if(`uname -s` == "Linux") then
	set TARG=x86_64
else
	set TARG=mips
endif
xterm -geometry 70x20+600+100 -fg yellow -bg black -title "Check for softWoRx Software Updates" -e $SW_BASE/bin/$TARG/internet_update_sw.sh

