Skip to content

Instantly share code, notes, and snippets.

@carbolymer
Created February 24, 2012 18:09
Show Gist options
  • Save carbolymer/1902485 to your computer and use it in GitHub Desktop.
Save carbolymer/1902485 to your computer and use it in GitHub Desktop.
#!/bin/sh
for i in $(find . | grep -i ".php")
do
rm $i
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment