summaryrefslogtreecommitdiff
path: root/scrap.sh
blob: 922844375d4c1b7169ebbe0e1e766d46aed0b266 (plain)
1
2
3
4
5
6
7
#!/bin/sh
./build.sh || exit 1
curl -o seances.xml 'http://www.citebd.org/IMG/xml/allocineseances-4.xml' || exit 1
mkdir -p cite
./scrap seances.xml 0 >cite/index.html || exit 1
./scrap seances.xml 1 >cite/nofr.html || exit 1
rsync -rvu --delete cite root@kdx.re:/var/www/html