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