php7mar
php7mar copied to clipboard
Why not make mar executable?
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.