Added shebangs and +x to scripts
This commit is contained in:
parent
77e51c2e10
commit
02c8353175
5 changed files with 5 additions and 0 deletions
1
scripts/cron-globals.php
Normal file → Executable file
1
scripts/cron-globals.php
Normal file → Executable file
|
@ -1,3 +1,4 @@
|
||||||
|
#!/usr/bin/php
|
||||||
<?php
|
<?php
|
||||||
require_once(__DIR__
|
require_once(__DIR__
|
||||||
. DIRECTORY_SEPARATOR . '..'
|
. DIRECTORY_SEPARATOR . '..'
|
||||||
|
|
1
scripts/cron-stats.php
Normal file → Executable file
1
scripts/cron-stats.php
Normal file → Executable file
|
@ -1,3 +1,4 @@
|
||||||
|
#!/usr/bin/php
|
||||||
<?php
|
<?php
|
||||||
require_once(__DIR__
|
require_once(__DIR__
|
||||||
. DIRECTORY_SEPARATOR . '..'
|
. DIRECTORY_SEPARATOR . '..'
|
||||||
|
|
1
scripts/find-dead-posts.php
Normal file → Executable file
1
scripts/find-dead-posts.php
Normal file → Executable file
|
@ -1,3 +1,4 @@
|
||||||
|
#!/usr/bin/php
|
||||||
<?php
|
<?php
|
||||||
require_once(__DIR__
|
require_once(__DIR__
|
||||||
. DIRECTORY_SEPARATOR . '..'
|
. DIRECTORY_SEPARATOR . '..'
|
||||||
|
|
1
scripts/thumbnails.php
Normal file → Executable file
1
scripts/thumbnails.php
Normal file → Executable file
|
@ -1,3 +1,4 @@
|
||||||
|
#!/usr/bin/php
|
||||||
<?php
|
<?php
|
||||||
require_once(__DIR__
|
require_once(__DIR__
|
||||||
. DIRECTORY_SEPARATOR . '..'
|
. DIRECTORY_SEPARATOR . '..'
|
||||||
|
|
1
scripts/upgrade.php
Normal file → Executable file
1
scripts/upgrade.php
Normal file → Executable file
|
@ -1,3 +1,4 @@
|
||||||
|
#!/usr/bin/php
|
||||||
<?php
|
<?php
|
||||||
require_once(__DIR__
|
require_once(__DIR__
|
||||||
. DIRECTORY_SEPARATOR . '..'
|
. DIRECTORY_SEPARATOR . '..'
|
||||||
|
|
Loading…
Reference in a new issue