1
0
Fork 0
gnome-settings-daemon/tests/get-display-name.sh
Daniel Baumann 18b565039d
Adding upstream version 48.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 20:20:27 +02:00

7 lines
101 B
Bash
Executable file

#!/usr/bin/bash
echo $DISPLAY > $1
echo $XAUTHORITY > $1
cat $1 | while read line; do
exit 0
done