Update a few things

This commit is contained in:
Pierre Martin
2016-03-07 11:41:42 +01:00
parent 3aeeaffdd2
commit c5b46f0d20
3 changed files with 269 additions and 14 deletions

5
bin/check_sitemap.sh Normal file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
while read LINE; do
curl -o /dev/null --silent --head --write-out '%{http_code}' "$LINE"
echo " $LINE"
done