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