5 lines
64 B
Plaintext
5 lines
64 B
Plaintext
|
#! /bin/sh
|
||
|
|
||
|
export DIST_BITS="64"
|
||
|
`dirname $0`/elasticsearch $1
|