added script to start many nodes
This commit is contained in:
parent
da1940cc8e
commit
653954714f
1 changed files with 8 additions and 0 deletions
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 a new issue