Files
openide/getPlugins.bat
2025-06-05 17:57:58 +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
)