mirror of
https://ceregatti.org/git/daniel/dayzdockerserver.git
synced 2025-08-09 08:33:35 +00:00
5 lines
208 B
Bash
Executable file
5 lines
208 B
Bash
Executable file
# Merge all the XML files into a single types.xml file in the run time mods directory:
|
|
source /files/bin/dz-common
|
|
cd /mods/221100/2663169692/files/types
|
|
xmlmerge -o /tmp/x *.xml
|
|
lint /tmp/x 2663169692 TYPES
|