mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-07-13 06:11:53 +08:00
5 lines
61 B
Bash
5 lines
61 B
Bash
#!/bin/bash
|
|
|
|
DIR=$(dirname "$0")
|
|
$DIR/perl $DIR/slic3r.pl $@
|