Files
openide/getPlugins.bat
Nikita Iarychenko c6810420cf OPENIDE fix android urls in getPlugins.bat
(cherry picked from commit 0ef65dccc0)
2025-06-19 11:55:26 +04:00

9 lines
217 B
Batchfile

@echo off
:ParseArgs
if "%~1" == "--shallow" (
call git clone https://gitflic.ru/project/openide/android.git android --depth 1
) else (
call git clone https://gitflic.ru/project/openide/android.git android
)