Code

moving trunk for module inkscape
[inkscape.git] / packaging / macosx / Resources / openDoc
1 #!/bin/sh
2 #
3 # Author: Aaron Voisine <aaron@voisine.org>
5 export "DISPLAY=`cat /tmp/display.$UID`"
6 BASE="`echo "$0" | sed -e 's/\/[A-Za-z]*.app\/Contents\/Resources\/script/\//'`"
7 cd "$BASE"
8 exec "$CWD/bin/inkscape" "$@"