Created
November 5, 2016 00:46
-
-
Save smuthali/3edbdf1560dfa12c8e1816f4e8e3fd01 to your computer and use it in GitHub Desktop.
Generate randon zookeeper myid
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
#!/bin/bash | |
echo ${RANDOM} > $1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment