#!/bin/csh -f

mv /tmp/reg.temp /tmp/reg.temp.1
ssh ippc19 checkexp2 > /tmp/reg.temp
ssh ippc19 'perl checkreg.pl' >> /tmp/reg.temp
ssh ippc19 'mysql -h scidbm -u ipp -pipp gpc1 < ~/cronjobscripts/check_status.sql' >> /tmp/summit.temp




