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