848c6ffeb5
Add convenience script to run without knowing the location of the Java jar
3 lines
75 B
Bash
3 lines
75 B
Bash
#!/bin/sh -e
|
|
|
|
java -jar %%PREFIX%%/share/java/classes/trimmomatic.jar "$@"
|