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