Files
openide/getPlugins.bat
Nikita Iarychenko 1c41db8696 OPENIDE #60 Fork android repository
(cherry picked from commit 363ae6f566bea0b993b1a50305b870f33ccf6077)
(cherry picked from commit df0f0fb270)
(cherry picked from commit 162f3b6ea4)
2025-10-29 13:16:02 +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
)