4 lines
80 B
Bash
4 lines
80 B
Bash
![]() |
#!/bin/sh
|
||
|
# convenience wrapper for the QoRTs jar file
|
||
|
java -jar QoRTs.jar "$@"
|