Skip to content

Instantly share code, notes, and snippets.

View completerevolution's full-sized avatar
🏠
Working from home

Ali Fay completerevolution

🏠
Working from home
View GitHub Profile
### ElasticSearch version
if [ -z "$1" ]; then
echo ""
echo " Please specify the Elasticsearch version you want to install!"
echo ""
echo " $ $0 1.4.0"
echo ""
exit 1
fi