- cddir no longer requires baseq2 at the end of the value. - Updated README to reflect above change and to correct the credits. - The shell scripts now actually accept parameters.
5 lines
96 B
Bash
Executable File
5 lines
96 B
Bash
Executable File
#!/bin/bash
|
|
cd `dirname $0`
|
|
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:./
|
|
java -jar lwjake2.jar $@
|