sintonia/python_apps/media-monitor2/tests/run_tests.sh
2012-08-14 14:50:37 -04:00

6 lines
101 B
Bash
Executable file

#!/bin/bash
for f in /home/rudi/Airtime/python_apps/media-monitor2/tests/*.py
do
python $f
done