5 lines
96 B
Bash
5 lines
96 B
Bash
#!/bin/sh
|
|
# convenience wrapper for the jar file
|
|
java $JAVA_ARGS $JAVA_OPTS -jar bref.jar "$@"
|
|
|