#!/bin/bash REPO=$PWD DIR=mercureact pushd /tmp rm -rf /tmp/$DIR git clone "$REPO" cd $DIR composer install --no-dev pharlite popd mv /tmp/$DIR/*.phar . rm -rf /tmp/$DIR