#!/bin/bash
set -e
mv /tmp/inkstitch/ $HOME/Library/Application\ Support/org.inkscape.Inkscape/config/inkscape/extensions/
echo "Inkstitch was moved!"
exit 0