6 lines
71 B
Python
6 lines
71 B
Python
|
#!/usr/bin/python
|
||
|
|
||
|
import os
|
||
|
|
||
|
os.system("git submodule update --init")
|