You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
375 B
Bash
6 lines
375 B
Bash
#!/bin/bash
|
|
|
|
export LD_LIBRARY_PATH="/usr/lib/jvm/java-8-openjdk-amd64/lib/amd64"
|
|
cd /usr/share/spamton
|
|
java -classpath Shimeji.jar -Xmx1000m com.group_finity.mascot.Main -Djava.util.logging.config.file=./conf/logging.properties --module-path /javafx-sdk-11.0.2/lib --add-modules=javafx.controls,javafx.fxml --add-exports java.base/jdk.internal.misc=ALL-UNNAMED 2&>/dev/null
|