#!/bin/bash

ES_MAIN_CLASS=org.elasticsearch.index.translog.TranslogToolCli \
  "$(dirname "$(realpath "$0")")"/elasticsearch-cli \
  "$@"
