#!/usr/bin/env bash

set -e -o pipefail

LUCENIA_MAIN_CLASS=org.opensearch.index.shard.ShardToolCli \
  "`dirname "$0"`"/lucenia-cli \
  "$@"
