mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 08:14:58 +01:00
6 lines
158 B
Bash
Executable file
6 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" "$@"
|