mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-28 01:21:58 +08:00
7 lines
167 B
Bash
Executable File
7 lines
167 B
Bash
Executable File
#!/bin/bash
|
|
|
|
BIN=$(readlink -f "$0")
|
|
DIR=$(dirname "$BIN")
|
|
export LD_LIBRARY_PATH="$DIR/bin"
|
|
exec "$DIR/perl-local" -I"$DIR/local-lib/lib/perl5" "$DIR/slic3r.pl" "$@"
|