mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-28 09:12:02 +08:00
6 lines
163 B
Bash
6 lines
163 B
Bash
#!/bin/bash
|
|
|
|
DIR=$(dirname "$0")
|
|
export LD_LIBRARY_PATH=./shlib/x86_64-linux-thread-multi/
|
|
exec "$DIR/perl-local" -I"$DIR/local-lib/lib/perl5" "$DIR/slic3r.pl" $@
|