diff options
Diffstat (limited to 'scripts/php-clean')
-rw-r--r-- | scripts/php-clean | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/php-clean b/scripts/php-clean new file mode 100644 index 000000000..998f0f08d --- /dev/null +++ b/scripts/php-clean @@ -0,0 +1,4 @@ +#!/bin/sh + +find . -name "*~" | xargs rm -f +find . -name "DEADJOE" | xargs rm -f |