summaryrefslogtreecommitdiffstats
path: root/packaging/macosx/Resources/openDoc
blob: 8e6ac03994574cd53c3d4af13841dd2f48c3cdd9 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
#
# Author: Aaron Voisine <aaron@voisine.org>

export "DISPLAY=`cat /tmp/display.$UID`"
BASE="`echo "$0" | sed -e 's/\/[A-Za-z]*.app\/Contents\/Resources\/script/\//'`"
cd "$BASE"
exec "$CWD/bin/inkscape" "$@"