mirror of
https://github.com/badvision/lawless-legends.git
synced 2025-01-04 18:31:17 +00:00
Tiny script to extract text from the XML files, for spell and grammar checking.
This commit is contained in:
parent
594fb0e10e
commit
30f3e92d37
3
Platform/Apple/virtual/extractText.sh
Executable file
3
Platform/Apple/virtual/extractText.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
egrep 'field name="TEXT"' data/world/world.xml | sed 's/ *<[^>]*>//g' > gameStrings.txt
|
Loading…
Reference in New Issue
Block a user