Skip to content

Instantly share code, notes, and snippets.

@hrach
Created September 24, 2012 20:52
Show Gist options
  • Save hrach/3778307 to your computer and use it in GitHub Desktop.
Save hrach/3778307 to your computer and use it in GitHub Desktop.
Composer runnery na windows (SH verze pro Git bash)
@echo off
if "%PHPBIN%" == "" set PHPBIN=php.exe
"%PHPBIN%" "C:/Program Files (x86)/wamp/bin/php/php5.4.6/composer.phar" %*
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