mirror of
				https://github.com/esp8266/Arduino.git
				synced 2025-10-30 04:26:50 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			175 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			175 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| 
 | |
| # find `certUpdate` scripts in libraries, and execute them
 | |
| 
 | |
| cd ${0%/*} 2>/dev/null
 | |
| find ../libraries -name certUpdate -exec bash -c "echo 'updating {}...'; {};" \;
 | |
| echo done
 |