diff options
Diffstat (limited to 'scripts/php-clean')
-rw-r--r-- | scripts/php-clean | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/php-clean b/scripts/php-clean deleted file mode 100644 index 5c14c3721..000000000 --- a/scripts/php-clean +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh -find . -name "*~" -type f | xargs rm -f -find . -name "DEADJOE" -type f | xargs rm -f -find . -name "*" -type f | grep -v ".gif" | grep -v ".jpg" | grep -v ".png" | grep -v ".tgz" | xargs perl -wi -pe 's/\s+$/\n/' -find . -name "*" -type f | grep -v ".gif" | grep -v ".jpg" | grep -v ".png" | grep -v ".tgz" | xargs perl -wi -pe 's/\t/ /g' |