
* r-qorts: Create new package. * Change dependency to java, change package name. * Remove some join_path.
4 lines
80 B
Bash
4 lines
80 B
Bash
#!/bin/sh
|
|
# convenience wrapper for the QoRTs jar file
|
|
java -jar QoRTs.jar "$@"
|