Files
exem-infra-shell/clone.sh
2023-06-14 01:37:25 +00:00

9 lines
150 B
Bash
Executable File

#!/bin/sh
export USER="ByeonJungHun"
export GITKEY=""
export REPO=$1
echo ${REPO/\/\//\/\/$USER:$GITKEY@}
git clone ${REPO/\/\//\/\/$USER:$GITKEY@}