mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
7 lines
230 B
Bash
Executable File
7 lines
230 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Now git submodules are redirected to mirror automatically according to relative URLs in .gitmodules
|
|
|
|
echo "WARNING: This script is deprecated. Use standard ways to obtain git submodules"
|
|
git submodule update --init
|