#!/bin/csh
foreach file ($argv[1-])
    gcov -f $file >&
end
