
Make it possible to pass addition arguments to the JVM. Apparently there are two vars and they are [commonly *both* used][1]. Go figure. [1]: https://stackoverflow.com/questions/23507639/is-it-same-mean-java-args-and-java-opts
4 lines
114 B
Bash
4 lines
114 B
Bash
#!/bin/sh
|
|
# convenience wrapper for the trimmomatic.jar file
|
|
java $JAVA_ARGS $JAVA_OPTS -jar trimmomatic.jar "$@"
|