mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-01 04:02:02 +08:00
5 lines
105 B
Bash
5 lines
105 B
Bash
#!/bin/bash
|
|
|
|
DIR=$(dirname "$0")
|
|
exec "$DIR/perl-local" -I"$DIR/local-lib/lib/perl5" "$DIR/slic3r.pl" $@
|