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