Augmenter: use warnings
[nonametv.git] / tools / de / nonametv-upload
blob5fb3318109e3f055a227370fc640ba00b59ab31d
1 #!/bin/sh
3 NROOT=/home/nonametv/var
4 SC_OPT=-qq
5 V=false
7 if [ $1z = '--verbosez' ]
8 then
9 SC_OPT=
10 V=true
12 $V && echo "Local rsync"
13 rsync -c --delete -r $NROOT/xmltv_staging/ $NROOT/xmltv/
14 #rsync -c --delete -r $NROOT/json_staging/ $NROOT/json/
16 #$V && echo "tv.swedb.se"
17 #sitecopy --update $SC_OPT tv.swedb.se
19 tools/nonametv-upload xmltv1