Skip to content

Instantly share code, notes, and snippets.

@vincentmac
Created August 27, 2012 19:12
Show Gist options
  • Select an option

  • Save vincentmac/3491423 to your computer and use it in GitHub Desktop.

Select an option

Save vincentmac/3491423 to your computer and use it in GitHub Desktop.
bash:riak dev cluster start
#! bash
# cli for loop to start riak dev cluster
for i in {1..4}; do dev$i/bin/riak start; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment