#!/bin/bash cd "$(dirname "$0")" || exit export PATH="${PWD}/../../tools:${PATH}" sdbus++-gen-meson --command meson --directory ../yaml --output . find . -name "meson.build" -exec meson format -i {} +