#!/usr/bin/env bash

OPENSEARCH_MAIN_CLASS=org.opensearch.cluster.coordination.NodeToolCli \
  "`dirname "$0"`"/opensearch-cli \
  "$@"
