#!/bin/sh git submodule update --init cd libmpdclient && \ meson . output && \ ninja -C output cd ..