The new shebang is a portable way to find the php interpreter. It works on Mac, GNU/Linux and BSD.
@@ -1,4 +1,4 @@
-#!/usr/bin/php
+#!/usr/bin/env php
<?php
require(__DIR__ . '/../cli/_cli.php');
require(__DIR__ . '/_cli.php');
$isUpdate = false;
require(__DIR__ . '/_update-or-create-user.php');
$isUpdate = true;