5 lines
148 B
Bash
Executable File
5 lines
148 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
ssh git@git.aryadevchavali.com "mkdir -p /git/$1.git; git init --bare /git/$1.git";
|
|
git clone git@git.aryadevchavali.com:/git/$1
|