mirror of
				https://ceregatti.org/git/daniel/dayzdockerserver.git
				synced 2025-11-04 07:13:34 +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
 |