#!/bin/sh

CWD="`(cd \"\`dirname \\\"$0\\\"\`\"; echo $PWD)`"

exec "$CWD/Inkscape-bin" -g
