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