added script to start many nodes

This commit is contained in:
Kevin Froman 2020-04-04 00:58:49 -05:00
rodič da1940cc8e
revize 653954714f
1 změnil soubory, kde provedl 8 přidání a 0 odebrání

8
start-many-nodes.py Normal file
Zobrazit soubor

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