#!/bin/bash for f in make/*.hs ; do ./testOne ${f%.hs} ; done