summaryrefslogtreecommitdiffstats
path: root/test/samples/w3c/update-txml.sh
blob: 3c7255b4cde241568cd9906f7c2e3e8adc744508 (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