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