#!/bin/bash
# Tool to update git submodule dashboard
git submodule foreach git pull origin master
