blob: 994a389f76c885a7f9fd4c977cbfa17dc4b86fec (
plain)
1
2
3
4
5
6
|
#!/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
|