Skip to content

Instantly share code, notes, and snippets.

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