Last active
December 24, 2015 13:30
-
-
Save feyyazesat/f8a2dbd0b3553b0ef6b4 to your computer and use it in GitHub Desktop.
Composer multiplier
This file contains 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
#!/bin/bash | |
export SYMFONY_APP=$1 | |
composer ${@:2} | |
# --usage ./multicomposer.sh api install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment