modified: clone

new file:   pycharm
new file:   src
This commit is contained in:
Your Name
2026-03-17 20:00:32 +00:00
parent aeb2f0c167
commit 849c428aee
3 changed files with 28 additions and 4 deletions
+1 -4
View File
@@ -7,12 +7,9 @@ clone ()
if [ $# -ne "1" ]; then
PROFIL_NAME="$1";
PROJECT_NAME="$2";
git clone --recurse-submodules $URL/$PROFIL_NAME/$PROJECT_NAME.git;
else
PROFIL_NAME=painpain
PROJECT_NAME="$1";
git clone --recurse-submodules $URL/$PROFIL_NAME/$PROJECT_NAME.git;
fi
git clone --recurse-submodules $URL/$PROFIL_NAME/$PROJECT_NAME.git;
git clone --recurse-submodules $URL$PROFIL_NAME/$PROJECT_NAME.git;
}
clone "$@"