5 lines
		
	
	
	
		
			71 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			71 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
#! bash
 | 
						|
 | 
						|
mkdir -p json
 | 
						|
 | 
						|
cat data/api_urls | xargs -P 8 wget -q -P json
 |