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