paradiseo/eo/src/pyeo/test/run_tests.sh
2012-08-30 11:30:11 +02:00

7 lines
61 B
Bash
Executable file

#!/bin/sh
for i in *.py
do
python2 $i > /dev/null
done