#!/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