#!/bin/bash
branch=${1:-v1.3.0}
echo Cloning branch $branch
git clone -b $branch --depth=1 https://bitbucket.org/simula_cbc/cbcflow-data.git

