2015-07-13 06:31:34 -04:00
|
|
|
@echo off
|
|
|
|
|
|
|
|
rem Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
|
|
|
|
rem or more contributor license agreements. Licensed under the Elastic License;
|
|
|
|
rem you may not use this file except in compliance with the Elastic License.
|
|
|
|
|
2015-09-11 11:15:19 -04:00
|
|
|
PUSHD "%~dp0"
|
2016-06-17 11:53:55 -04:00
|
|
|
CALL "%~dp0.in.bat" org.elasticsearch.xpack.security.crypto.tool.SystemKeyTool %*
|
2015-07-13 06:31:34 -04:00
|
|
|
POPD
|