71862247ad
git-svn-id: svn://localhost/ardour2/trunk@644 d708f5d6-7413-0410-9779-e7cbd77b26cf
7 lines
158 B
Bash
Executable File
7 lines
158 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# Author: Aaron Voisine <aaron@voisine.org>
|
|
|
|
export "DISPLAY=`cat /tmp/$UID/TemporaryItems/display`"
|
|
exec "`dirname \"$0\"`/bin/gimp-remote" "$@"
|