#!/bin/bash if [ "$1" == "--shallow" ]; then git clone https://git.haulmont.com/platform/open-ide/android.git android --depth 1 else git clone https://git.haulmont.com/platform/open-ide/android.git android fi