mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-30 16:24:09 +03:00
Certificate and public keys automatic updater (#8218)
This commit is contained in:
6
tools/certsUpdate.sh
Executable file
6
tools/certsUpdate.sh
Executable file
@ -0,0 +1,6 @@
|
||||
|
||||
# find `certUpdate` scripts in libraries, and execute them
|
||||
|
||||
cd ${0%/*} 2>/dev/null
|
||||
find ../libraries -name certUpdate -exec bash -c "echo 'updating {}...'; {};" \;
|
||||
echo done
|
Reference in New Issue
Block a user