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