#! /bin/sh
find . -name "*.php" -exec rm -f {} \; -print
