Files
openide/getPlugins.bat
2023-11-30 11:45:47 +00:00

9 lines
205 B
Batchfile

@echo off
:ParseArgs
if "%~1" == "--shallow" (
call git clone git://git.jetbrains.org/idea/android.git android --depth 1
) else (
call git clone git://git.jetbrains.org/idea/android.git android
)