import os
for line in open("data.list"):
    command = "./tes.sh "+line.rstrip()
    os.system(command)