fixed gen script

This commit is contained in:
Nick
2019-04-12 14:16:26 -06:00
parent 676ecf31bd
commit d0e7a8013e
+3 -2
View File
@@ -1,6 +1,7 @@
#!/bin/bash
END=25
START=25
END=50
for ((I=0;I<END;I++));
do
python3 main.py "$(($I * 4))" "$(( ($I + 1) * 4 ))" &
python3 main.py "$(($I * 2))" "$(( ($I + 1) * 2 ))" &
done