mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54:57 +01:00
7 lines
158 B
Text
7 lines
158 B
Text
|
|
#!/bin/sh
|
||
|
|
#
|
||
|
|
# Author: Aaron Voisine <aaron@voisine.org>
|
||
|
|
|
||
|
|
export "DISPLAY=`cat /tmp/$UID/TemporaryItems/display`"
|
||
|
|
exec "`dirname \"$0\"`/bin/gimp-remote" "$@"
|