lorashen's picture
upload camelai examples
22fec82 verified
raw
history blame
104 Bytes
#!/bin/bash
for f in $(seq 0 99);
do
echo $f
timeout 240s python3 file_test.py $f > $f.log
done