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

# wget http://www.w3.org/Voice/2013/scxml-irp/545/test545.txml
# wget http://www.w3.org/Voice/2013/scxml-irp/577/test577.txml
# mv test545.txml ./txml
# mv test577.txml ./txml

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