aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/macosx/Resources/bin/getdisplay.sh
blob: 085ac2be780f5fde0ecb39ec668425a67493d653 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
#
# $Id$
#
# Author: Aaron Voisine <aaron@voisine.org>

if [ "$DISPLAY"x == "x" ]; then
    echo :0 > /tmp/display.$UID
else
    echo $DISPLAY > /tmp/display.$UID
fi