added script to start many nodes
parent
da1940cc8e
commit
653954714f
|
@ -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