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 | |
parent | 1f371ebfbf7867bf0d676e70a5883ade31c85412 (diff) | |
download | brdo-9980d3f16cb47d29ce7b29b8b47c5ffed5ddafcb.tar.gz brdo-9980d3f16cb47d29ce7b29b8b47c5ffed5ddafcb.tar.bz2 |
- Tidied up the script names a bit ...
-rw-r--r-- | scripts/code-clean.sh (renamed from scripts/php-clean) | 0 | ||||
-rw-r--r-- | scripts/code-size.sh (renamed from scripts/php-count) | 0 | ||||
-rw-r--r-- | scripts/cron-lynx | 2 |
3 files changed, 0 insertions, 2 deletions
diff --git a/scripts/php-clean b/scripts/code-clean.sh index 5c14c3721..5c14c3721 100644 --- a/scripts/php-clean +++ b/scripts/code-clean.sh diff --git a/scripts/php-count b/scripts/code-size.sh index 7b2123408..7b2123408 100644 --- a/scripts/php-count +++ b/scripts/code-size.sh diff --git a/scripts/cron-lynx b/scripts/cron-lynx deleted file mode 100644 index 84e9e8fbb..000000000 --- a/scripts/cron-lynx +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -/usr/bin/lynx -source http://yoursite.com/cron.php > /dev/null 2>&1 |