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