#!/bin/sh
#
# Since Fritzing wants it's file stored in CWD or specified via --folder
# we use the last. Lest to prevent ever changing patches.

/usr/local/bin/Fritzing --folder /usr/local/share/fritzing/ "$@"
