#!/bin/sh
for file in test*.py
do
    python $file
done
