#!/bin/sh
#
#	
#
while :
do
	roverdump -c public -h cannes -h firefly -h shockwave -h pepper -h merit.edu
	#echo sleeping
	sleep 60
done
