Files
openide/getPlugins.bat
2025-04-30 13:24:20 +04:00

9 lines
233 B
Batchfile

@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
)