git://git.exim.org
/
mirror-monitor.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Another mirror thats stale removed
[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