first commit

This commit is contained in:
azw
2024-12-21 02:29:06 +08:00
commit 7338a000a7
1311 changed files with 83668 additions and 0 deletions

7
tools/sairen.sh Normal file
View File

@@ -0,0 +1,7 @@
#/bin/bash
mkdir release/sairen
cp src/map/*.txt release/sairen
find release/sairen/ -type f -name "*.txt" -exec perl -pi -e 's/add_core_of = [A-Z]{3}//g' {} +
find release/sairen/ -type f -name "*.txt" -exec perl -pi -e 's/\bowner = [A-Z]{3}\b/owner = ZZZ/g' {} +
python tools/tool-1.py
cp data/sairen_sepcial/*.txt release/sairen