ReprapJeanne/MCAD/get_submodules.py

6 lines
71 B
Python
Executable File

#!/usr/bin/python
import os
os.system("git submodule update --init")