mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-08 05:58:44 +00:00
11 lines
234 B
Batchfile
11 lines
234 B
Batchfile
@echo off
|
|
|
|
SETLOCAL
|
|
TITLE Elasticsearch ${project.version}
|
|
|
|
CALL "%~dp0elasticsearch.in.bat"
|
|
|
|
"%JAVA_HOME%\bin\java" %JAVA_OPTS% %ES_JAVA_OPTS% %ES_PARAMS% %* -cp "%ES_CLASSPATH%" "org.elasticsearch.bootstrap.Elasticsearch"
|
|
|
|
ENDLOCAL
|