#!/bin/bash -efu

cwd="${0%/*}"

export UDEVADM="xudevadm"
export PATH="$cwd/bin:$PATH"

tools/find-udev-rule-externals "$cwd/data.rules"
