Files
openide/getPlugins.bat
Nikita Iarychenko 5f58fcb6bf OPENIDE #60 Fork android repository
(cherry picked from commit 75878a8bfa)
2025-03-25 14:09:28 +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
)