5 lines
100 B
Bash
5 lines
100 B
Bash
|
#!/bin/sh
|
||
|
# let Python pick up /usr/lib64/FreeCAD/bin/PySide
|
||
|
cd /usr/lib64/FreeCAD/bin
|
||
|
./FreeCADCmd
|