1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-21 10:26:06 +03:00
esp8266/tools/certsUpdate.sh

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