Update a few things
This commit is contained in:
5
bin/check_sitemap.sh
Normal file
5
bin/check_sitemap.sh
Normal 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
|
||||
Reference in New Issue
Block a user