chiark
/
gitweb
/
~mdw
/
mirror-admin
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
New ftpsync upstream.
[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