Tiny script to extract text from the XML files, for spell and grammar checking.

This commit is contained in:
Martin Haye 2016-06-28 06:59:28 -07:00
parent 594fb0e10e
commit 30f3e92d37

View File

@ -0,0 +1,3 @@
#!/usr/bin/env bash
egrep 'field name="TEXT"' data/world/world.xml | sed 's/ *<[^>]*>//g' > gameStrings.txt