#!/bin/bash echo "Updating git submodules ..." git submodule foreach git pull origin master echo "Astroport updated!" exit 0