1
0
mirror of https://github.com/mrclay/minify.git synced 2025-08-10 16:14:18 +02:00

Merge pull request #37 from robations/patch-2

Make cli script more portable
This commit is contained in:
Steve Clay
2012-11-23 15:19:04 -08:00

View File

@@ -1,4 +1,4 @@
#!/usr/bin/php
#!/usr/bin/env php
<?php
$pathToLib = dirname(dirname(__DIR__)) . '/min/lib';