source:
cpc/trunk/project/bin/update_hardcache_one
@
2686
Last change on this file since 2686 was 2643, checked in by , 9 years ago | |
---|---|
File size: 271 bytes |
Line | |
---|---|
1 | #!/bin/bash |
2 | TMPFILE=/tmp/hard_cache.$$ |
3 | |
4 | seance_id=$1 |
5 | |
6 | echo "http://www.nosdeputes.fr/seance/$seance_id" |
7 | rm web/seance/$seance_id.html 2> /dev/null |
8 | curl -q http://www.nosdeputes.fr/seance/${seance_id}?_sf_ignore_cache=$$ > $TMPFILE |
9 | mv $TMPFILE web/seance/$seance_id.html |
10 |
Note: See TracBrowser
for help on using the repository browser.