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