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