Add shebang to PHP scripts
This commit is contained in:
parent
5cc6152c2b
commit
842de0e950
5 changed files with 5 additions and 0 deletions
1
PatchCollector.php
Normal file → Executable file
1
PatchCollector.php
Normal file → Executable file
|
|
@ -1,3 +1,4 @@
|
||||||
|
#!/usr/bin/php
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
require('PatchObject.php');
|
require('PatchObject.php');
|
||||||
|
|
|
||||||
1
PatchCollector_test.php
Normal file → Executable file
1
PatchCollector_test.php
Normal file → Executable file
|
|
@ -1,3 +1,4 @@
|
||||||
|
#!/usr/bin/php
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
require('PatchObject.php');
|
require('PatchObject.php');
|
||||||
|
|
|
||||||
1
PatchFeeder.php
Normal file → Executable file
1
PatchFeeder.php
Normal file → Executable file
|
|
@ -1,3 +1,4 @@
|
||||||
|
#!/usr/bin/php
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
require('PatchObject.php');
|
require('PatchObject.php');
|
||||||
|
|
|
||||||
1
PatchTwitter.php
Normal file → Executable file
1
PatchTwitter.php
Normal file → Executable file
|
|
@ -1,3 +1,4 @@
|
||||||
|
#!/usr/bin/php
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
require('twitter-php/src/twitter.class.php');
|
require('twitter-php/src/twitter.class.php');
|
||||||
|
|
|
||||||
1
PatchViewer.php
Normal file → Executable file
1
PatchViewer.php
Normal file → Executable file
|
|
@ -1,3 +1,4 @@
|
||||||
|
#!/usr/bin/php
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
require('PatchObject.php');
|
require('PatchObject.php');
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue