#!/usr/bin/env bash if [ "$SUDO_UID" = "" ]; then echo "SUDO_UID is not set." exit 1 fi export XDG_RUNTIME_DIR="/tmp/$SUDO_UID-runtime-dir" exec wireplumber