create repo

This commit is contained in:
변정훈
2023-06-14 10:36:20 +09:00
parent 7fc32f2096
commit d1f48c5431
4 changed files with 174 additions and 0 deletions

8
clone.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/sh
export USER="ByeonJungHun"
export GITKEY="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"
export REPO=$1
echo ${REPO/\/\//\/\/$USER:$GITKEY@}
git clone ${REPO/\/\//\/\/$USER:$GITKEY@}