mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 06:50:54 +07:00
(cherry picked from commit066cff3efb) (cherry picked from commit13dc8596e2) (cherry picked from commit6957288288)
9 lines
217 B
Batchfile
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
|
|
)
|