added script to start many nodes

This commit is contained in:
Kevin Froman 2020-04-04 00:58:49 -05:00
förälder da1940cc8e
incheckning 653954714f
1 ändrade filer med 8 tillägg och 0 borttagningar

8
start-many-nodes.py Normal file
Visa fil

@ -0,0 +1,8 @@
import os
n = int(input("how many nodes: "))
for _ in range(n):
os.system('./start-ram.sh')