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