#!/bin/bash -efu

cwd="${0%/*}"

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

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