2 lines
106 B
Bash
2 lines
106 B
Bash
#!/bin/bash
|
|
LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/opt/wxgtk-dev/lib" /usr/share/SuperSlicer/superslicer "$@"
|