added script to start many nodes

This commit is contained in:
Kevin Froman 2020-04-04 00:58:49 -05:00
parent da1940cc8e
commit 653954714f
1 ha cambiato i file con 8 aggiunte e 0 eliminazioni

8
start-many-nodes.py Normal file
Vedi File

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