#!/bin/sh # $Cambridge$ # # Runs mirmon for both ftp and www repos # MIRMON_BASE=/home/services/mirmon/mirmon cd ${MIRMON_BASE} || exit for set in www ftp do ./mirmon -q -get update -c mirmon_${set}.conf done