#! /bin/bash
#
#  Simple script which updates all git submodules

git submodule foreach git pull origin master
