2015-07-13 06:23:07 -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-04-27 08:08:41 -04:00
|
|
|
CALL "%~dp0.in.bat" org.elasticsearch.xpack.watcher.trigger.schedule.tool.CronEvalTool %*
|
|
|
|
POPD
|