#!/usr/bin/env bash

# This is cool:
# https://medium.com/@porteneuve/mastering-git-submodules-34c65e940407

git pull "$@" \
    && git submodule sync --recursive \
    && git submodule update --init --recursive