2 lines
		
	
	
		
			138 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			2 lines
		
	
	
		
			138 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| for lib in $(cat libs.txt); do find 'C:\Games\Dustland.Delivery.Early.Access' -name "$lib" | sed 's|\\|/|g' | xargs -I% -- cp '%' .; done
 |