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