Better php shebang.

This commit is contained in:
Daniel James
2016-04-04 21:12:33 +01:00
parent 6651a54546
commit 777ffdffb9
6 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/php
#!/usr/bin/env php
<?php
require_once(__DIR__.'/vendor/autoload.php');

View File

@@ -1,4 +1,4 @@
#!/usr/bin/php
#!/usr/bin/env php
<?php
require_once(__DIR__.'/vendor/autoload.php');

2
mirror
View File

@@ -1,4 +1,4 @@
#!/usr/bin/php
#!/usr/bin/env php
<?php
require_once(__DIR__.'/vendor/autoload.php');

View File

@@ -1,4 +1,4 @@
#!/usr/bin/php
#!/usr/bin/env php
<?php
require_once(__DIR__.'/vendor/autoload.php');

View File

@@ -1,4 +1,4 @@
#!/usr/bin/php
#!/usr/bin/env php
<?php
require_once(__DIR__.'/vendor/autoload.php');

View File

@@ -1,4 +1,4 @@
#!/usr/bin/php
#!/usr/bin/env php
<?php
/*