mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
6 lines
111 B
Bash
6 lines
111 B
Bash
|
#!/bin/bash
|
||
|
#Script to start Fritzing in parts directory.
|
||
|
|
||
|
cd /usr/share/fritzing/parts
|
||
|
exec /usr/bin/fritzing
|