summaryrefslogtreecommitdiffstats
path: root/test/samples/w3c/update-txml.sh
blob: 074318d273199845ca4926a31fa19825d45b9024 (plain)
1
2
3
4
5
6
7
#!/bin/bash
wget -rl1 -Atxml,txt,xsl http://www.w3.org/Voice/2013/scxml-irp/

find ./www.w3.org -name "*.txml" -exec cp {} ./txml \;
find ./www.w3.org -name "*.txt" -exec cp {} ./txml \;
find ./www.w3.org -name "*.xsl" -exec cp {} . \;
rm -rf www.w3.org