#!/bin/sh
git submodule sync --recursive
git submodule foreach --recursive 'git reset --hard; git clean -f' && \
git submodule update --init --recursive
