#!/bin/bash
find $* \( -iregex .*php -o -iregex .*inc \)
