3 lines
70 B
Bash
Executable file
3 lines
70 B
Bash
Executable file
USER="git"
|
|
DOMAIN="colean.cc"
|
|
git clone $USER@$DOMAIN:/srv/git/$1.git
|