#! /bin/bash

APP_NAME=$1 REPOSITORY_NAME=$2

if [ ! -d /var/code/$APP_NAME/.git ] then

git clone $REPOSITORY_HOST/$REPOSITORY_NAME /var/code/$APP_NAME

fi