Files
openide/getPlugins.sh
2025-04-30 13:27:33 +04:00

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