OBS-URL: https://build.opensuse.org/package/show/science/FreeCAD?expand=0&rev=22
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
|