From 9980d3f16cb47d29ce7b29b8b47c5ffed5ddafcb Mon Sep 17 00:00:00 2001 From: Dries Buytaert <dries@buytaert.net> Date: Mon, 15 Oct 2001 22:08:40 +0000 Subject: [PATCH] - Tidied up the script names a bit ... --- scripts/{php-clean => code-clean.sh} | 0 scripts/{php-count => code-size.sh} | 0 scripts/cron-lynx | 2 -- 3 files changed, 2 deletions(-) rename scripts/{php-clean => code-clean.sh} (100%) rename scripts/{php-count => code-size.sh} (100%) delete mode 100644 scripts/cron-lynx diff --git a/scripts/php-clean b/scripts/code-clean.sh similarity index 100% rename from scripts/php-clean rename to scripts/code-clean.sh diff --git a/scripts/php-count b/scripts/code-size.sh similarity index 100% rename from scripts/php-count rename to scripts/code-size.sh diff --git a/scripts/cron-lynx b/scripts/cron-lynx deleted file mode 100644 index 84e9e8fbb939..000000000000 --- 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 -- GitLab