mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
(cherry picked from commit 45ada2f8fb362df2f922986bc25c9fcc0bf23fd3) (cherry picked from commitd45168a439) (cherry picked from commit1c088fca70) (cherry picked from commitf0c8e914a8) (cherry picked from commit7479ae6cf0)
8 lines
202 B
Bash
Executable File
8 lines
202 B
Bash
Executable File
#!/bin/bash
|
|
|
|
if [ "$1" == "--shallow" ]; then
|
|
git clone https://gitflic.ru/project/openide/android.git android --depth 1
|
|
else
|
|
git clone https://gitflic.ru/project/openide/android.git android
|
|
fi
|