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