#!/bin/sh set -eu if ! git --version >/dev/null; then echo "git not installed" exit 1 fi git submodule update --init