#!/bin/bash for X in test* do ./cppcheck $X/$X.cpp done