git://git.exim.org
/
mirror-monitor.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
4dd1b57392d91464e5722c405e9c4949822a311f
[mirror-monitor.git]
/
bin
/
run_mirmon
1
#!/bin/sh
2
# $Cambridge$
3
#
4
# Runs mirmon for both ftp and www repos
5
#
6
MIRMON_BASE=/home/services/mirmon/mirmon
7
8
cd ${MIRMON_BASE} || exit
9
for set in www ftp
10
do
11
./mirmon -q -get update -c mirmon_${set}.conf
12
done