bin/run-mirrors: Run post scripts after mirror jobs.
[mirror-admin] / bin / udh
1 #!/bin/bash
2
3 set -e
4
5 unset LC_CTYPE
6 LANG=C
7 HOST=`hostname -f`
8
9 cd ${HOME}/archvsync
10 git pull
11
12 cd ${HOME}
13 ~/archvsync/bin/dircombine . . archvsync/ >/dev/null 2>&1