for file in *.py ; do echo "running $file..." ; python $file; echo; done