ports/cad/fritzing/files/fritzing.sh

7 lines
215 B
Bash
Raw Normal View History

2023-08-16 22:26:55 +00:00
#!/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.
${TRUEPREFIX}/bin/Fritzing --folder ${TRUEPREFIX}/share/fritzing/ "$@"