s5启动文件配置
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
if __name__ == '__main__':
|
||||
start_index = 161
|
||||
end_index = 180
|
||||
for i in range(start_index, end_index + 1):
|
||||
print(f"nohup ./forward -c {i}.json > {i}.log 2>&1 &")
|
||||
|
||||
Reference in New Issue
Block a user