#!/bin/sh

if [ -f "$RESULTDIR/.Xauthority" ]; then
	export XAUTHORITY="$RESULTDIR/.Xauthority"
fi
