Files
openide/getPlugins.sh
2025-04-30 13:24:20 +04:00

8 lines
218 B
Bash
Executable File

#!/bin/bash
if [ "$1" == "--shallow" ]; then
git clone https://git.haulmont.com/platform/open-ide/android.git android --depth 1
else
git clone https://git.haulmont.com/platform/open-ide/android.git android
fi