added script to start many nodes
This commit is contained in:
parent
da1940cc8e
commit
653954714f
8
start-many-nodes.py
Normal file
8
start-many-nodes.py
Normal file
@ -0,0 +1,8 @@
|
||||
import os
|
||||
n = int(input("how many nodes: "))
|
||||
|
||||
|
||||
|
||||
for _ in range(n):
|
||||
os.system('./start-ram.sh')
|
||||
|
Loading…
Reference in New Issue
Block a user