summaryrefslogtreecommitdiff
path: root/scrap.sh
blob: bb4862a64dd374036d50047fb45db69c0e2c415a (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
./cite seances.xml 0 >cite.html || exit 1
scp cite.html root@kdx.re:/var/www/html
./cite seances.xml 1 >citenofr.html || exit 1
scp citenofr.html root@kdx.re:/var/www/html