added script to start many nodes

This commit is contained in:
Kevin Froman 2020-04-04 00:58:49 -05:00
父節點 da1940cc8e
當前提交 653954714f
共有 1 個檔案被更改,包括 8 行新增0 行删除

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')