diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/code-clean.sh | 1 | ||||
-rw-r--r-- | scripts/cron-curl.sh | 1 | ||||
-rw-r--r-- | scripts/cron-lynx.sh | 1 | ||||
-rwxr-xr-x | scripts/drupal.sh | 1 | ||||
-rw-r--r-- | scripts/dump-database-d6.sh | 1 | ||||
-rw-r--r-- | scripts/generate-d6-content.sh | 1 | ||||
-rwxr-xr-x | scripts/password-hash.sh | 1 | ||||
-rwxr-xr-x | scripts/run-tests.sh | 1 |
8 files changed, 0 insertions, 8 deletions
diff --git a/scripts/code-clean.sh b/scripts/code-clean.sh index 19a15ad9a..3338b6ada 100644 --- a/scripts/code-clean.sh +++ b/scripts/code-clean.sh @@ -1,5 +1,4 @@ #!/bin/sh -# $Id$ find . -name "*~" -type f | xargs rm -f find . -name ".#*" -type f | xargs rm -f diff --git a/scripts/cron-curl.sh b/scripts/cron-curl.sh index 633b3d894..9b168ab36 100644 --- a/scripts/cron-curl.sh +++ b/scripts/cron-curl.sh @@ -1,4 +1,3 @@ #!/bin/sh -# $Id$ curl --silent --compressed http://example.com/cron.php diff --git a/scripts/cron-lynx.sh b/scripts/cron-lynx.sh index 04317be6d..904667acb 100644 --- a/scripts/cron-lynx.sh +++ b/scripts/cron-lynx.sh @@ -1,4 +1,3 @@ #!/bin/sh -# $Id$ /usr/bin/lynx -source http://example.com/cron.php > /dev/null 2>&1 diff --git a/scripts/drupal.sh b/scripts/drupal.sh index 9e743cf32..5d064f571 100755 --- a/scripts/drupal.sh +++ b/scripts/drupal.sh @@ -1,6 +1,5 @@ #!/usr/bin/env php <?php -// $Id$ /** * Drupal shell execution script diff --git a/scripts/dump-database-d6.sh b/scripts/dump-database-d6.sh index 3eb5d48a2..23e3fca8c 100644 --- a/scripts/dump-database-d6.sh +++ b/scripts/dump-database-d6.sh @@ -1,6 +1,5 @@ #!/usr/bin/env php <?php -// $Id$ /** * Dump a Drupal 6 database into a Drupal 7 PHP script to test the upgrade diff --git a/scripts/generate-d6-content.sh b/scripts/generate-d6-content.sh index c4dc952d9..bba61caee 100644 --- a/scripts/generate-d6-content.sh +++ b/scripts/generate-d6-content.sh @@ -1,6 +1,5 @@ #!/usr/bin/env php <?php -// $Id$ /** * Generate content for a Drupal 6 database to test the upgrade process. diff --git a/scripts/password-hash.sh b/scripts/password-hash.sh index c5e26c182..004421a89 100755 --- a/scripts/password-hash.sh +++ b/scripts/password-hash.sh @@ -1,6 +1,5 @@ #!/usr/bin/php <?php -// $Id$ /** * Drupal hash script - to generate a hash from a plaintext password diff --git a/scripts/run-tests.sh b/scripts/run-tests.sh index 70c0a96ed..2cfbcac9f 100755 --- a/scripts/run-tests.sh +++ b/scripts/run-tests.sh @@ -1,5 +1,4 @@ <?php -// $Id$ /** * @file * This script runs Drupal tests from command line. |