mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-02 08:59:09 +00:00
5 lines
64 B
Plaintext
5 lines
64 B
Plaintext
|
#! /bin/sh
|
||
|
|
||
|
export DIST_BITS="64"
|
||
|
`dirname $0`/elasticsearch $1
|