Skip to content
Snippets Groups Projects
update.sh 162 B
Newer Older
llaffont's avatar
llaffont committed
#!/bin/sh
git submodule init
git submodule update
llaffont's avatar
llaffont committed
git submodule foreach --recursive "git submodule init"
git submodule foreach --recursive "git submodule update"