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