@echo off :ParseArgs if "%~1" == "--shallow" ( call git clone https://git.haulmont.com/platform/open-ide/android.git android --depth 1 ) else ( call git clone https://git.haulmont.com/platform/open-ide/android.git android )