summaryrefslogtreecommitdiff
path: root/scrap.sh
blob: 7a2943d46457939c3d5789dd6817c2a551f5ff2f (plain)
1
2
3
4
5
#!/bin/sh
./build.sh || exit 1
curl -o seances.xml 'http://www.citebd.org/IMG/xml/allocineseances-4.xml' || exit 1
./cite seances.xml >cite.html || exit 1
firefox cite.html