lorashen's picture
upload autogen examples
8553623 verified
raw
history blame contribute delete
99 Bytes
#!/bin/bash
for f in $(seq 0 99);
do
echo $f
timeout 240s python3 test.py $f > $f.log
done