3 lines
98 B
Bash
3 lines
98 B
Bash
|
#!/bin/bash
|
||
|
LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/opt/usr/lib" /usr/share/SuperSlicer/superslicer $@
|