#!/bin/sh for f in staticwarnings/*.hs ; do echo $f; /bin/sh ./MakeOutput ${f%.hs} ; done