startup_script.sh 107 B

1234
  1. #!/bin/bash
  2. DIR=$(dirname "$0")
  3. exec "$DIR/perl-local" -I"$DIR/local-lib/lib/perl5" "$DIR/slic3r.pl" "$@"