Created
December 4, 2014 14:58
-
-
Save upeter/be1a75f9256461802ae8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if [ $# -eq 0 ] | |
then | |
echo -n "Enter amount of cluster nodes: " | |
read NODES | |
else | |
NODES=$1 | |
fi | |
echo $NODES |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment