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