Alexia / php7mar

PHP 7 Migration Assistant Report (MAR)
GNU General Public License v3.0
797 stars 133 forks source link

Why not make mar executable? #29

Open acim opened 7 years ago

acim commented 7 years ago

So, something like:

Put #!/usr/bin/env php at the begining of mar.php chmod +x mar.php Rename mar.php to mar Put "bin": ["mar"] in composer.json Then if vendor/bin is in the path, this could be much easier started, so just by typing mar.

If you like this, I can send a PR.