#!/bin/csh -f

while (1)
	zroot /mit/XPIX/xpix/leonardo.x11.Z
	sleep 100
	zroot /mit/XPIX/xpix/donatelli.x11.Z
	sleep 100
	zroot /mit/XPIX/xpix/michael.x11.Z
	sleep 100
	zroot /mit/XPIX/xpix/raphael.x11.Z
	sleep 100
end


