Skip to content

Instantly share code, notes, and snippets.

@ggreer
Created June 8, 2011 18:31
Show Gist options
  • Save ggreer/1015014 to your computer and use it in GitHub Desktop.
Save ggreer/1015014 to your computer and use it in GitHub Desktop.
#!/bin/bash
for i in {0..5}
do
# twistd --pidfile=/tmp/hprxy$i.pid -n helen_endpoint --helen-port=420$i --helen-thrift-port=430$i &
for j in {0..11}
do
/Users/ggreer/cloudkick/equus/src/equus --name test$i$j --endpoint 127.0.0.1 --endpoint-port 420$i &
done
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment