mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-12 13:40:19 +07:00
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
|
|
)
|