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