3 lines
89 B
Bash
3 lines
89 B
Bash
#!/bin/sh
|
|
DIR=/usr/share/java/rbcs
|
|
$DIR/bin/java $JAVA_OPTS -m net.woggioni.rbcs.cli "$@" |