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