index
:
distributed-test
master
Testing the algorithm from http://antirez.com/news/71
Oskari Timperi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
runapps.sh
blob: 49ec7a16f2adf0da26f8d5024365f755bf25286a (
plain
)
1
2
3
4
5
#!/bin/bash for i in $(seq 10); do python testapp.py & done