git://git.exim.org
/
mirror-monitor.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
016c999c37781d2fa0cdfa81c41935c5c8cd13d7
[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/nm4/mirror-monitor/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