mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
0a9ab38ab6
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
6 lines
212 B
Bash
6 lines
212 B
Bash
#!/bin/sh
|
|
|
|
# This starts the program jar file. The -Xmx1024m value indicates the
|
|
# amount of RAM allocated to the program. You may wish to change this.
|
|
|
|
java -jar -Xmx1024m /usr/share/java/wehi-weasel/Weasel.jar
|