Skip to content

Instantly share code, notes, and snippets.

@vicapow
Created July 17, 2012 01:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vicapow/3126356 to your computer and use it in GitHub Desktop.
Save vicapow/3126356 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
# so that I can just do zookeeper start|status|stop|etc...
ZOOPIDFILE=/usr/local/var/run/zookeeper/data/zookeeper_server.pid /usr/local/Cellar/zookeeper/3.4.3/libexec/bin/zkServer.sh $1 /usr/local/etc/zookeeper/zoo.cfg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment