#!/usr/bin/env bash if ! command -v git; then printf "This script requires git, install it to continue\n" >&2 exit 1 fi git submodule update --remote --merge