Files
openide/getPlugins.sh
2023-11-30 11:45:47 +00:00

8 lines
190 B
Bash
Executable File

#!/bin/bash
if [ "$1" == "--shallow" ]; then
git clone git://git.jetbrains.org/idea/android.git android --depth 1
else
git clone git://git.jetbrains.org/idea/android.git android
fi