mirror of
https://github.com/wassname/Clover-Edition.git
synced 2026-09-09 11:13:26 +08:00
fixed few things
This commit is contained in:
+4
-3
@@ -1,7 +1,8 @@
|
||||
#!/bin/bash
|
||||
START=0
|
||||
END=25
|
||||
for ((I=0;I<END;I++));
|
||||
|
||||
START=25
|
||||
END=50
|
||||
for ((I=START;I<END;I++));
|
||||
do
|
||||
python3 main.py "$(($I * 2))" "$(( ($I + 1) * 2 ))" &
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user