#!/bin/sh
if [ -d ".git" ]; then
  git submodule update --init --force --remote
fi
