#!/bin/bash

find . -name "*.c" -o -name "*.cc" -o -name "*.cpp" -exec findbugs.pl {} \;

