Created
September 24, 2012 20:52
-
-
Save hrach/3778307 to your computer and use it in GitHub Desktop.
Composer runnery na windows (SH verze pro Git bash)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
if "%PHPBIN%" == "" set PHPBIN=php.exe | |
"%PHPBIN%" "C:/Program Files (x86)/wamp/bin/php/php5.4.6/composer.phar" %* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
php.exe "C:/Program Files (x86)/wamp/bin/php/php5.4.6/composer.phar" $@ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment