summaryrefslogtreecommitdiff
path: root/bin/udh
blob: 47ac510f928b659d2a93e23129061d74c22486ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash

set -e

unset LC_CTYPE
LANG=C
HOST=`hostname -f`

cd ${HOME}/archvsync
git pull

cd ${HOME}
~/dircombine . . ${HOME}/archvsync >/dev/null 2>&1