#!/usr/bin/env bash set +e git submodule update --init --recursive git-lfs fetch (cd tools/mmd && make release) (cd tools/mmd/build && make)