Added a simple script that updates the submodules
This commit is contained in:
parent
15f723aafd
commit
1f1a50105d
5
get_submodules.py
Executable file
5
get_submodules.py
Executable file
|
@ -0,0 +1,5 @@
|
||||||
|
#!/usr/bin/python
|
||||||
|
|
||||||
|
import os
|
||||||
|
|
||||||
|
os.system("git submodule update --init")
|
Loading…
Reference in a new issue