From 9980d3f16cb47d29ce7b29b8b47c5ffed5ddafcb Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 15 Oct 2001 22:08:40 +0000 Subject: - Tidied up the script names a bit ... --- scripts/php-clean | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 scripts/php-clean (limited to 'scripts/php-clean') 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' -- cgit v1.2.3