File size: 99 Bytes
8553623
 
 
 
 
 
1
2
3
4
5
6
7
#!/bin/bash
for f in $(seq 0 99);
do
    echo $f
    timeout 240s python3 test.py $f > $f.log
done