summaryrefslogtreecommitdiffstats
path: root/test/w3c/update-txml.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/w3c/update-txml.sh')
-rwxr-xr-xtest/w3c/update-txml.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/w3c/update-txml.sh b/test/w3c/update-txml.sh
index 074318d..b733c6b 100755
--- a/test/w3c/update-txml.sh
+++ b/test/w3c/update-txml.sh
@@ -1,6 +1,11 @@
#!/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 {} . \;