Cross Reference: openDoc
xref
: /
inkscape
/
packaging
/
macosx
/
Resources
/
openDoc
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
openDoc revision 0c59ff41412220fbb9570228f730a83a5697c81b
#!/
bin
/
sh
#
# Author: Aaron Voisine <aaron@voisine.org>
# Inkscape Modifications: Michael Wybrow <mjwybrow@users.sourceforge.net>
CWD
=
"
$(
cd
"
$(
dirname
"$0"
)
"
&&
pwd
)
"
BASE
=
"
$(
echo
"$0"
|
sed
-e
's/\/Contents\/Resources\/openDoc/\//'
)
"
cd
"
$BASE
"
exec
"
$CWD
/
bin
/
inkscape
" "$@"