summarylogtreecommitdiffstats
path: root/start-superslicer.sh
blob: 7bf3fdb3c477b51cfb0c2e3f9f4592e12b543d5b (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash

if [ -d "$HOME/.SuperSlicer" ] && [ ! -d "$HOME/.config/SuperSlicer-alpha" ]
then
	echo "copy data from ~/.SuperSlicer to the new data folder ~/.config/SuperSlicer-alpha"
	cp -r "$HOME/.SuperSlicer" "$HOME/.config/SuperSlicer-alpha"
fi

LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/opt/wxgtk-dev/lib" /usr/share/SuperSlicer/superslicer "$@"