Added a simple script that updates the submodules

This commit is contained in:
Elmom 2011-02-19 02:29:52 +02:00
parent 15f723aafd
commit 1f1a50105d

5
get_submodules.py Executable file
View file

@ -0,0 +1,5 @@
#!/usr/bin/python
import os
os.system("git submodule update --init")