mirror of
https://github.com/badvision/lawless-legends.git
synced 2024-11-04 22:08:44 +00:00
4 lines
109 B
Bash
4 lines
109 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
egrep 'field name="TEXT"' data/world/world.xml | sed 's/ *<[^>]*>//g' > gameStrings.txt
|