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