mirror of
https://github.com/wassname/Clover-Edition.git
synced 2026-09-10 11:40:48 +08:00
fixed gen script
This commit is contained in:
+3
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user