Files
exem-infra-shell/clone.sh
2023-06-30 09:58:48 +09:00

9 lines
190 B
Bash
Executable File

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