ccextractor/gsoc/skrill/first_phase_evaluation_script

7 lines
152 B
Bash
Executable File

#!/bin/bash
find /vagrant/First\ phase\ evaluation/ -name '*.ts' -exec sh -c '
for file do
python ../../api/api_testing.py $file
done
' sh {} +