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