Added shebangs and +x to scripts

This commit is contained in:
rr- 2015-06-28 12:27:50 +02:00
parent 77e51c2e10
commit 02c8353175
5 changed files with 5 additions and 0 deletions

1
scripts/cron-globals.php Normal file → Executable file
View file

@ -1,3 +1,4 @@
#!/usr/bin/php
<?php
require_once(__DIR__
. DIRECTORY_SEPARATOR . '..'

1
scripts/cron-stats.php Normal file → Executable file
View file

@ -1,3 +1,4 @@
#!/usr/bin/php
<?php
require_once(__DIR__
. DIRECTORY_SEPARATOR . '..'

1
scripts/find-dead-posts.php Normal file → Executable file
View file

@ -1,3 +1,4 @@
#!/usr/bin/php
<?php
require_once(__DIR__
. DIRECTORY_SEPARATOR . '..'

1
scripts/thumbnails.php Normal file → Executable file
View file

@ -1,3 +1,4 @@
#!/usr/bin/php
<?php
require_once(__DIR__
. DIRECTORY_SEPARATOR . '..'

1
scripts/upgrade.php Normal file → Executable file
View file

@ -1,3 +1,4 @@
#!/usr/bin/php
<?php
require_once(__DIR__
. DIRECTORY_SEPARATOR . '..'