#!/usr/bin/bash
if [ "$UID" = "0" ];then
$@
else
host-spawn pkexec trixie-run $@
fi
