added script to start many nodes

Este commit está contenido en:
Kevin Froman 2020-04-04 00:58:49 -05:00
padre da1940cc8e
commit 653954714f
Se han modificado 1 ficheros con 8 adiciones y 0 borrados

8
start-many-nodes.py Archivo normal
Ver fichero

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