Blob Blame History Raw
diff -U3 -r scripts.orig/code-clean.sh scripts/code-clean.sh
--- scripts.orig/code-clean.sh	2009-03-09 15:46:37.000000000 -0500
+++ scripts/code-clean.sh	2011-02-21 20:39:32.000000000 -0600
@@ -1,4 +1,3 @@
-#!/bin/sh
 # $Id: code-clean.sh,v 1.10 2009/03/09 20:46:37 dries Exp $
 
 find . -name "*~" -type f | xargs rm -f
Only in scripts/: code-clean.sh~
diff -U3 -r scripts.orig/cron-curl.sh scripts/cron-curl.sh
--- scripts.orig/cron-curl.sh	2006-08-22 02:38:24.000000000 -0500
+++ scripts/cron-curl.sh	2011-02-21 20:39:36.000000000 -0600
@@ -1,4 +1,3 @@
-#!/bin/sh
 # $Id: cron-curl.sh,v 1.3 2006/08/22 07:38:24 dries Exp $
 
 curl --silent --compressed http://example.com/cron.php
Only in scripts/: cron-curl.sh~
diff -U3 -r scripts.orig/cron-lynx.sh scripts/cron-lynx.sh
--- scripts.orig/cron-lynx.sh	2006-08-22 02:38:24.000000000 -0500
+++ scripts/cron-lynx.sh	2011-02-21 20:39:41.000000000 -0600
@@ -1,4 +1,3 @@
-#!/bin/sh
 # $Id: cron-lynx.sh,v 1.3 2006/08/22 07:38:24 dries Exp $
 
 /usr/bin/lynx -source http://example.com/cron.php > /dev/null 2>&1
Only in scripts/: cron-lynx.sh~
diff -U3 -r scripts.orig/drupal.sh scripts/drupal.sh
--- scripts.orig/drupal.sh	2009-09-19 05:38:47.000000000 -0500
+++ scripts/drupal.sh	2011-02-21 20:39:45.000000000 -0600
@@ -1,4 +1,3 @@
-#!/usr/bin/env php
 <?php
 // $Id: drupal.sh,v 1.9 2009/09/19 10:38:47 dries Exp $
 
Only in scripts/: drupal.sh~
diff -U3 -r scripts.orig/dump-database-d6.sh scripts/dump-database-d6.sh
--- scripts.orig/dump-database-d6.sh	2010-07-29 20:28:00.000000000 -0500
+++ scripts/dump-database-d6.sh	2011-02-21 20:39:50.000000000 -0600
@@ -1,4 +1,3 @@
-#!/usr/bin/env php
 <?php
 // $Id: dump-database-d6.sh,v 1.3 2010/07/30 01:28:00 dries Exp $
 
Only in scripts/: dump-database-d6.sh~
diff -U3 -r scripts.orig/generate-d6-content.sh scripts/generate-d6-content.sh
--- scripts.orig/generate-d6-content.sh	2010-09-10 19:39:49.000000000 -0500
+++ scripts/generate-d6-content.sh	2011-02-21 20:39:54.000000000 -0600
@@ -1,4 +1,3 @@
-#!/usr/bin/env php
 <?php
 // $Id: generate-d6-content.sh,v 1.3 2010/09/11 00:39:49 webchick Exp $
 
Only in scripts/: generate-d6-content.sh~
diff -U3 -r scripts.orig/password-hash.sh scripts/password-hash.sh
--- scripts.orig/password-hash.sh	2010-05-01 03:12:23.000000000 -0500
+++ scripts/password-hash.sh	2011-02-21 20:40:06.000000000 -0600
@@ -1,4 +1,3 @@
-#!/usr/bin/php
 <?php
 // $Id: password-hash.sh,v 1.7 2010/05/01 08:12:23 dries Exp $
 
Only in scripts/: password-hash.sh~