use more common path to env

This commit is contained in:
Andreas Gohr
2018-05-02 20:45:34 +02:00
parent 551eb468f4
commit aebb54f712

View File

@ -1,7 +1,7 @@
#!/bin/env php
#!/usr/bin/env php
<?php
require 'vendor/autoload.php';
$cli = new \splitbrain\DokuWikiExtensionMirror\Downloader();
$cli->run();
$cli->run();