summaryrefslogtreecommitdiff
path: root/tools/osx_packaging/bin/getdisplay.sh
blob: a88b930e72a61c43da1a3921bf8f0c8bcca7eef1 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh
#
# Author: Aaron Voisine <aaron@voisine.org>

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