mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 13:40:34 -04:00
5 lines
163 B
Bash
5 lines
163 B
Bash
#!/bin/sh
|
|
#
|
|
# $FreeBSD$
|
|
|
|
JAVA_VERSION="%%JAVA_VERSION%%" exec "%%LOCALBASE%%/bin/java" -classpath "`%%LOCALBASE%%/bin/classpath`" nux.xom.tests.XQueryCommand "$@"
|