openDoc revision 0ebbddd9798c87347ad0941f264d9af468a2d74e
#!/bin/bash
#
# Author: Aaron Voisine <aaron@voisine.org>
# Inkscape Modifications: Michael Wybrow <mjwybrow@users.sourceforge.net>
# Inkscape Modifications: ~suv <suv-sf@users.sourceforge.net>
CWD="$(cd "$(dirname "$0")" && pwd)"
source "${CWD}/xdg_setup.sh"
BASE="$(echo "$0" | sed -e 's/\/Contents\/Resources\/openDoc/\//')"
cd "$BASE"
exec "$CWD/bin/inkscape" "$@"