diff options
author | Dries Buytaert <dries@buytaert.net> | 2001-10-15 22:08:40 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2001-10-15 22:08:40 +0000 |
commit | 9980d3f16cb47d29ce7b29b8b47c5ffed5ddafcb (patch) | |
tree | 98b101ce13018dfe0c907653c831a61fa3d3fa8d /scripts/php-clean | |
parent | 1f371ebfbf7867bf0d676e70a5883ade31c85412 (diff) | |
download | brdo-9980d3f16cb47d29ce7b29b8b47c5ffed5ddafcb.tar.gz brdo-9980d3f16cb47d29ce7b29b8b47c5ffed5ddafcb.tar.bz2 |
- Tidied up the script names a bit ...
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' |