#!/bin/bash if [ ! $SERVERS ]; then export SERVERS="servers.txt" fi cd harvest echo '' echo '' echo 'Manifold: swarm tomography' `date` `git log --summary | head -1` '' echo '' echo '' done echo '' for fromstr in `grep -v '#' ../$SERVERS`; do from=${fromstr%:*} echo '' for tostr in `grep -v '#' ../$SERVERS`; do to=${tostr%:*} echo '' done echo '' done echo ''
' for tostr in `grep -v '#' ../$SERVERS`; do to=${tostr%:*} echo '>'$to'
'$from'>' cat $from-$to.html if [ -e "$from-$to.big.png" ]; then echo "" echo "" echo "" fi echo '