#!/bin/bash EXT_NAME=$1 EXT_VERSION=$2 cd /app/skins git clone https://gerrit.wikimedia.org/r/p/mediawiki/skins/$1 cd $1 git checkout -b $2 origin/$2