forked from Lainports/opnsense-ports
5 lines
122 B
Bash
5 lines
122 B
Bash
#!/bin/sh
|
|
|
|
export JAVA_VERSION=%%JAVA_VER%%
|
|
|
|
exec java -cp %%JAVALIBDIR%%/jhall.jar com.sun.java.help.search.Indexer "$@"
|